aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5139/sd.h
diff options
context:
space:
mode:
authorOleksij Rempel <bug-track@fisher-privat.net>2012-05-10 09:59:25 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-10 09:57:18 -0700
commit6b7571799409a1b453787e9b3b3fddfd52fdae82 (patch)
tree40a397028c41d483fc7fd7497d6d76f83fc330cb /drivers/staging/rts5139/sd.h
parentstaging: rts5139: remove soft_reset_sd_card in sd_cprm.c (diff)
downloadlinux-dev-6b7571799409a1b453787e9b3b3fddfd52fdae82.tar.xz
linux-dev-6b7571799409a1b453787e9b3b3fddfd52fdae82.zip
staging: rts5139: make some functions static in sd.*
Signed-off-by: Oleksij Rempel <bug-track@fisher-privat.net> Acked-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rts5139/sd.h')
-rw-r--r--drivers/staging/rts5139/sd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rts5139/sd.h b/drivers/staging/rts5139/sd.h
index 44b6fc4325a4..de155d8e682d 100644
--- a/drivers/staging/rts5139/sd.h
+++ b/drivers/staging/rts5139/sd.h
@@ -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