Commit 8ce9002e authored by Oleksij Rempel's avatar Oleksij Rempel Committed by Greg Kroah-Hartman

staging: rts5139: make some functions static in ms.c and ms_mg.c

Signed-off-by: default avatarOleksij Rempel <bug-track@fisher-privat.net>
Acked-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 29b11698
...@@ -2680,7 +2680,7 @@ static int mspro_set_rw_cmd(struct rts51x_chip *chip, u32 start_sec, ...@@ -2680,7 +2680,7 @@ static int mspro_set_rw_cmd(struct rts51x_chip *chip, u32 start_sec,
return STATUS_SUCCESS; return STATUS_SUCCESS;
} }
void mspro_stop_seq_mode(struct rts51x_chip *chip) static void mspro_stop_seq_mode(struct rts51x_chip *chip)
{ {
struct ms_info *ms_card = &(chip->ms_card); struct ms_info *ms_card = &(chip->ms_card);
int retval; int retval;
...@@ -4135,7 +4135,7 @@ void ms_cleanup_work(struct rts51x_chip *chip) ...@@ -4135,7 +4135,7 @@ void ms_cleanup_work(struct rts51x_chip *chip)
} }
} }
int ms_power_off_card3v3(struct rts51x_chip *chip) static int ms_power_off_card3v3(struct rts51x_chip *chip)
{ {
int retval; int retval;
......
...@@ -234,7 +234,6 @@ ...@@ -234,7 +234,6 @@
void mspro_polling_format_status(struct rts51x_chip *chip); void mspro_polling_format_status(struct rts51x_chip *chip);
void mspro_format_sense(struct rts51x_chip *chip, unsigned int lun); void mspro_format_sense(struct rts51x_chip *chip, unsigned int lun);
void mspro_stop_seq_mode(struct rts51x_chip *chip);
int reset_ms_card(struct rts51x_chip *chip); int reset_ms_card(struct rts51x_chip *chip);
int ms_rw(struct scsi_cmnd *srb, struct rts51x_chip *chip, u32 start_sector, int ms_rw(struct scsi_cmnd *srb, struct rts51x_chip *chip, u32 start_sector,
u16 sector_cnt); u16 sector_cnt);
...@@ -242,7 +241,6 @@ int mspro_format(struct scsi_cmnd *srb, struct rts51x_chip *chip, ...@@ -242,7 +241,6 @@ int mspro_format(struct scsi_cmnd *srb, struct rts51x_chip *chip,
int short_data_len, int quick_format); int short_data_len, int quick_format);
void ms_free_l2p_tbl(struct rts51x_chip *chip); void ms_free_l2p_tbl(struct rts51x_chip *chip);
void ms_cleanup_work(struct rts51x_chip *chip); void ms_cleanup_work(struct rts51x_chip *chip);
int ms_power_off_card3v3(struct rts51x_chip *chip);
int release_ms_card(struct rts51x_chip *chip); int release_ms_card(struct rts51x_chip *chip);
int ms_delay_write(struct rts51x_chip *chip); int ms_delay_write(struct rts51x_chip *chip);
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#ifdef SUPPORT_MAGIC_GATE #ifdef SUPPORT_MAGIC_GATE
int mg_check_int_error(struct rts51x_chip *chip) static int mg_check_int_error(struct rts51x_chip *chip)
{ {
u8 value; u8 value;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment