diff options
Diffstat (limited to 'drivers/mmc/core/host.c')
-rw-r--r-- | drivers/mmc/core/host.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/core/host.c b/drivers/mmc/core/host.c index c3704e293a7b..91c84c7a1829 100644 --- a/drivers/mmc/core/host.c +++ b/drivers/mmc/core/host.c | |||
@@ -330,7 +330,6 @@ struct mmc_host *mmc_alloc_host(int extra, struct device *dev) | |||
330 | spin_lock_init(&host->lock); | 330 | spin_lock_init(&host->lock); |
331 | init_waitqueue_head(&host->wq); | 331 | init_waitqueue_head(&host->wq); |
332 | INIT_DELAYED_WORK(&host->detect, mmc_rescan); | 332 | INIT_DELAYED_WORK(&host->detect, mmc_rescan); |
333 | INIT_DELAYED_WORK_DEFERRABLE(&host->disable, mmc_host_deeper_disable); | ||
334 | #ifdef CONFIG_PM | 333 | #ifdef CONFIG_PM |
335 | host->pm_notify.notifier_call = mmc_pm_notify; | 334 | host->pm_notify.notifier_call = mmc_pm_notify; |
336 | #endif | 335 | #endif |