aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/core/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
index ad7decc3340a..3bf1c462eded 100644
--- a/drivers/mmc/core/core.c
+++ b/drivers/mmc/core/core.c
@@ -2418,7 +2418,6 @@ void mmc_start_host(struct mmc_host *host)
2418 host->rescan_disable = 0; 2418 host->rescan_disable = 0;
2419 mmc_power_up(host); 2419 mmc_power_up(host);
2420 mmc_detect_change(host, 0); 2420 mmc_detect_change(host, 0);
2421 mmc_flush_scheduled_work();
2422} 2421}
2423 2422
2424void mmc_stop_host(struct mmc_host *host) 2423void mmc_stop_host(struct mmc_host *host)