diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2016-07-27 12:25:38 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2016-07-29 11:29:03 +0200 |
commit | 21b8fe0f070239d7a654310616f866eab0060328 (patch) | |
tree | 63aee95f68814fb9150989cc0969d488072ceed1 /drivers/mmc/host/sdhci-pltfm.h | |
parent | mmc: sdhci-esdhc-imx: Use common sdhci_suspend|resume_host() (diff) | |
download | linux-21b8fe0f070239d7a654310616f866eab0060328.tar.xz linux-21b8fe0f070239d7a654310616f866eab0060328.zip |
mmc: sdhci-pltfm: Make sdhci_pltfm_suspend|resume() static
There are no users left of these exported APIs, so let's make them static.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-pltfm.h')
-rw-r--r-- | drivers/mmc/host/sdhci-pltfm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/host/sdhci-pltfm.h b/drivers/mmc/host/sdhci-pltfm.h index d38053bf9e4d..6c99210cb5e0 100644 --- a/drivers/mmc/host/sdhci-pltfm.h +++ b/drivers/mmc/host/sdhci-pltfm.h @@ -110,8 +110,6 @@ static inline void *sdhci_pltfm_priv(struct sdhci_pltfm_host *host) } #ifdef CONFIG_PM -extern int sdhci_pltfm_suspend(struct device *dev); -extern int sdhci_pltfm_resume(struct device *dev); extern const struct dev_pm_ops sdhci_pltfm_pmops; #define SDHCI_PLTFM_PMOPS (&sdhci_pltfm_pmops) #else |