summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc.h
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2014-08-25 13:22:51 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2014-09-09 13:59:12 +0200
commit341eb6a4e7beea5730faf55610ef60584bcfffcf (patch)
treea5628818aff78fd7e2652e401bc13b1cb3b9b3ad /drivers/mmc/host/tmio_mmc.h
parent70a15e1a3c58ee841415c84170b80a3859027686 (diff)
downloadtalos-obmc-linux-341eb6a4e7beea5730faf55610ef60584bcfffcf.tar.gz
talos-obmc-linux-341eb6a4e7beea5730faf55610ef60584bcfffcf.zip
mmc: tmio: Remove library functions for system PM
These library functions aren't used and nor needed, let's remove them. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'drivers/mmc/host/tmio_mmc.h')
-rw-r--r--drivers/mmc/host/tmio_mmc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/mmc/host/tmio_mmc.h b/drivers/mmc/host/tmio_mmc.h
index 2ad52d6b3975..a34ecbe1c1ad 100644
--- a/drivers/mmc/host/tmio_mmc.h
+++ b/drivers/mmc/host/tmio_mmc.h
@@ -144,11 +144,6 @@ static inline void tmio_mmc_abort_dma(struct tmio_mmc_host *host)
}
#endif
-#ifdef CONFIG_PM_SLEEP
-int tmio_mmc_host_suspend(struct device *dev);
-int tmio_mmc_host_resume(struct device *dev);
-#endif
-
#ifdef CONFIG_PM
int tmio_mmc_host_runtime_suspend(struct device *dev);
int tmio_mmc_host_runtime_resume(struct device *dev);
OpenPOWER on IntegriCloud