diff options
-rw-r--r-- | drivers/mmc/host/sdhci-spear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-spear.c b/drivers/mmc/host/sdhci-spear.c index 8d28334ff913..7ae5b3ae7bad 100644 --- a/drivers/mmc/host/sdhci-spear.c +++ b/drivers/mmc/host/sdhci-spear.c | |||
@@ -291,7 +291,7 @@ static int sdhci_remove(struct platform_device *pdev) | |||
291 | return 0; | 291 | return 0; |
292 | } | 292 | } |
293 | 293 | ||
294 | #ifdef CONFIG_PM | 294 | #ifdef CONFIG_PM_SLEEP |
295 | static int sdhci_suspend(struct device *dev) | 295 | static int sdhci_suspend(struct device *dev) |
296 | { | 296 | { |
297 | struct sdhci_host *host = dev_get_drvdata(dev); | 297 | struct sdhci_host *host = dev_get_drvdata(dev); |