summaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorUlf Hansson2013-12-16 16:23:22 +0100
committerChris Ball2014-02-14 04:58:41 +0100
commit10e5d9652499a8bc0a99ffc2a96a3030fee576cb (patch)
tree96e06b53dd98374f23223aba1cd84ae54af36ff5 /include/linux/mmc
parentmmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMD (diff)
downloadkernel-qcow2-linux-10e5d9652499a8bc0a99ffc2a96a3030fee576cb.tar.gz
kernel-qcow2-linux-10e5d9652499a8bc0a99ffc2a96a3030fee576cb.tar.xz
kernel-qcow2-linux-10e5d9652499a8bc0a99ffc2a96a3030fee576cb.zip
mmc: core: Use mmc_flush_cache() during mmc suspend
Earlier we disabled the cache during suspend, which meant a flush was internally at the eMMC performed as well. To simplify code we can make use of the mmc_flush_cache(), during mmc suspend, which makes the mmc_cache_ctrl() redundant so then we can remove it. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Seungwon Jeon <tgih.jun@samsung.com> Signed-off-by: Chris Ball <chris@printf.net>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/host.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index 4c0176a8e474..f69bd70b1046 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -385,8 +385,6 @@ int mmc_power_restore_host(struct mmc_host *host);
void mmc_detect_change(struct mmc_host *, unsigned long delay);
void mmc_request_done(struct mmc_host *, struct mmc_request *);
-int mmc_cache_ctrl(struct mmc_host *, u8);
-
static inline void mmc_signal_sdio_irq(struct mmc_host *host)
{
host->ops->enable_sdio_irq(host, 0);