diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-pltfm.h')
-rw-r--r-- | drivers/mmc/host/sdhci-pltfm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pltfm.h b/drivers/mmc/host/sdhci-pltfm.h index e15ced79f7ed..04bc2481e5c3 100644 --- a/drivers/mmc/host/sdhci-pltfm.h +++ b/drivers/mmc/host/sdhci-pltfm.h | |||
@@ -111,6 +111,8 @@ static inline void *sdhci_pltfm_priv(struct sdhci_pltfm_host *host) | |||
111 | } | 111 | } |
112 | 112 | ||
113 | #ifdef CONFIG_PM | 113 | #ifdef CONFIG_PM |
114 | extern int sdhci_pltfm_suspend(struct device *dev); | ||
115 | extern int sdhci_pltfm_resume(struct device *dev); | ||
114 | extern const struct dev_pm_ops sdhci_pltfm_pmops; | 116 | extern const struct dev_pm_ops sdhci_pltfm_pmops; |
115 | #define SDHCI_PLTFM_PMOPS (&sdhci_pltfm_pmops) | 117 | #define SDHCI_PLTFM_PMOPS (&sdhci_pltfm_pmops) |
116 | #else | 118 | #else |