Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304620
b: refs/heads/master
c: 6b75717
h: refs/heads/master
v: v3
  • Loading branch information
Oleksij Rempel authored and Greg Kroah-Hartman committed May 10, 2012
1 parent e5060d8 commit 7f860f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2ff4ff54a1d7f54ec587fe2eca737d5cbf32686b
refs/heads/master: 6b7571799409a1b453787e9b3b3fddfd52fdae82
8 changes: 4 additions & 4 deletions trunk/drivers/staging/rts5139/sd.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ int sd_select_card(struct rts51x_chip *chip, int select)
return STATUS_SUCCESS;
}

int sd_wait_currentstate_dataready(struct rts51x_chip *chip, u8 statechk,
static int sd_wait_currentstate_dataready(struct rts51x_chip *chip, u8 statechk,
u8 rdychk, u16 pollingcnt)
{
struct sd_info *sd_card = &(chip->sd_card);
Expand Down Expand Up @@ -2885,7 +2885,7 @@ static int wait_data_buf_ready(struct rts51x_chip *chip)
TRACE_RET(chip, STATUS_FAIL);
}

void sd_stop_seq_mode(struct rts51x_chip *chip)
static void sd_stop_seq_mode(struct rts51x_chip *chip)
{
struct sd_info *sd_card = &(chip->sd_card);
int retval;
Expand Down Expand Up @@ -3179,7 +3179,7 @@ void sd_cleanup_work(struct rts51x_chip *chip)
}
}

inline void sd_fill_power_off_card3v3(struct rts51x_chip *chip)
static inline void sd_fill_power_off_card3v3(struct rts51x_chip *chip)
{
rts51x_add_cmd(chip, WRITE_REG_CMD, CARD_CLK_EN, SD_CLK_EN, 0);

Expand All @@ -3201,7 +3201,7 @@ inline void sd_fill_power_off_card3v3(struct rts51x_chip *chip)
}
}

int sd_power_off_card3v3(struct rts51x_chip *chip)
static int sd_power_off_card3v3(struct rts51x_chip *chip)
{
int retval;

Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/rts5139/sd.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,9 @@ struct timing_phase_path {
int sd_select_card(struct rts51x_chip *chip, int select);
int reset_sd_card(struct rts51x_chip *chip);
int sd_switch_clock(struct rts51x_chip *chip);
void sd_stop_seq_mode(struct rts51x_chip *chip);
int sd_rw(struct scsi_cmnd *srb, struct rts51x_chip *chip, u32 start_sector,
u16 sector_cnt);
void sd_cleanup_work(struct rts51x_chip *chip);
int sd_power_off_card3v3(struct rts51x_chip *chip);
int release_sd_card(struct rts51x_chip *chip);

#ifdef SUPPORT_CPRM
Expand Down

0 comments on commit 7f860f0

Please sign in to comment.