diff options
Diffstat (limited to 'drivers/mmc/host/sdhci.h')
-rw-r--r-- | drivers/mmc/host/sdhci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h index bfcd611d7b77..b7b8a3b28b01 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h | |||
@@ -214,6 +214,7 @@ struct sdhci_ops { | |||
214 | unsigned int (*get_timeout_clock)(struct sdhci_host *host); | 214 | unsigned int (*get_timeout_clock)(struct sdhci_host *host); |
215 | void (*platform_send_init_74_clocks)(struct sdhci_host *host, | 215 | void (*platform_send_init_74_clocks)(struct sdhci_host *host, |
216 | u8 power_mode); | 216 | u8 power_mode); |
217 | unsigned int (*get_ro)(struct sdhci_host *host); | ||
217 | }; | 218 | }; |
218 | 219 | ||
219 | #ifdef CONFIG_MMC_SDHCI_IO_ACCESSORS | 220 | #ifdef CONFIG_MMC_SDHCI_IO_ACCESSORS |