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

staging: rts5139: remove unused clear_first_install_mark

it also removes rts51x_reset_detected_cards.
Signed-off-by: default avatarOleksij Rempel <bug-track@fisher-privat.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c377c500
...@@ -259,7 +259,6 @@ static void rts51x_auto_delink_polling_cycle(struct rts51x_chip *chip) ...@@ -259,7 +259,6 @@ static void rts51x_auto_delink_polling_cycle(struct rts51x_chip *chip)
chip->option.delink_delay * 2) { chip->option.delink_delay * 2) {
if (chip->auto_delink_counter == if (chip->auto_delink_counter ==
chip->option.delink_delay) { chip->option.delink_delay) {
clear_first_install_mark(chip);
if (chip->card_exist) { if (chip->card_exist) {
/* False card */ /* False card */
if (!chip->card_ejected) { if (!chip->card_ejected) {
......
...@@ -35,15 +35,6 @@ ...@@ -35,15 +35,6 @@
/* typedef dma_addr_t ULONG_PTR; */ /* typedef dma_addr_t ULONG_PTR; */
static inline void rts51x_reset_detected_cards(struct rts51x_chip *chip)
{
/* rts51x_reset_cards(chip); */
}
static inline void clear_first_install_mark(struct rts51x_chip *chip)
{
}
void rts51x_enter_ss(struct rts51x_chip *chip); void rts51x_enter_ss(struct rts51x_chip *chip);
void rts51x_exit_ss(struct rts51x_chip *chip); void rts51x_exit_ss(struct rts51x_chip *chip);
......
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