summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorJason Liu <jason.hui@linaro.org>2011-12-14 22:03:31 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 21:10:15 +0800
commit4d5f2a87940d5e2779d1786404a37f89c42c08a6 (patch)
tree31d57e6d8d6a91628a3c5465deda021586e5a7cd /drivers/mmc
parent830be05861d77f0000b1fe6424eecdacfedffd5a (diff)
build fix and driver fix
Signed-off-by: Jason Liu <jason.hui@linaro.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/sdhci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h
index 2899a9fc8df4..e6af69ecc43f 100644
--- a/drivers/mmc/host/sdhci.h
+++ b/drivers/mmc/host/sdhci.h
@@ -275,6 +275,7 @@ struct sdhci_ops {
int (*set_uhs_signaling)(struct sdhci_host *host, unsigned int uhs);
void (*pre_tuning)(struct sdhci_host *host, u32 val);
+ void (*platform_clk_ctrl)(struct sdhci_host *host, bool enable);
};
#ifdef CONFIG_MMC_SDHCI_IO_ACCESSORS