|
@@ -86,7 +86,9 @@ struct mmc_host *mmc_alloc_host(int extra, struct device *dev)
|
|
init_waitqueue_head(&host->wq);
|
|
init_waitqueue_head(&host->wq);
|
|
INIT_DELAYED_WORK(&host->detect, mmc_rescan);
|
|
INIT_DELAYED_WORK(&host->detect, mmc_rescan);
|
|
INIT_DELAYED_WORK_DEFERRABLE(&host->disable, mmc_host_deeper_disable);
|
|
INIT_DELAYED_WORK_DEFERRABLE(&host->disable, mmc_host_deeper_disable);
|
|
|
|
+#ifdef CONFIG_PM
|
|
host->pm_notify.notifier_call = mmc_pm_notify;
|
|
host->pm_notify.notifier_call = mmc_pm_notify;
|
|
|
|
+#endif
|
|
|
|
|
|
/*
|
|
/*
|
|
* By default, hosts do not support SGIO or large requests.
|
|
* By default, hosts do not support SGIO or large requests.
|