diff mbox

mmc: fix for CONFIG_PM disabled

Message ID 20100812093643.852adc98.randy.dunlap@oracle.com (mailing list archive)
State Superseded, archived
Headers show

Commit Message

Randy Dunlap Aug. 12, 2010, 4:36 p.m. UTC
None
diff mbox

Patch

--- mmotm-2010-0811-1610.orig/drivers/mmc/core/host.c
+++ mmotm-2010-0811-1610/drivers/mmc/core/host.c
@@ -86,7 +86,9 @@  struct mmc_host *mmc_alloc_host(int extr
 	init_waitqueue_head(&host->wq);
 	INIT_DELAYED_WORK(&host->detect, mmc_rescan);
 	INIT_DELAYED_WORK_DEFERRABLE(&host->disable, mmc_host_deeper_disable);
+#ifdef CONFIG_PM
 	host->pm_notify.notifier_call = mmc_pm_notify;
+#endif
 
 	/*
 	 * By default, hosts do not support SGIO or large requests.