diff options
Diffstat (limited to 'drivers/mmc/host/sdhci.h')
-rw-r--r-- | drivers/mmc/host/sdhci.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h index 0301f928eb11..7d84cb3b0e00 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h | |||
@@ -285,8 +285,7 @@ struct sdhci_ops { | |||
285 | void (*platform_send_init_74_clocks)(struct sdhci_host *host, | 285 | void (*platform_send_init_74_clocks)(struct sdhci_host *host, |
286 | u8 power_mode); | 286 | u8 power_mode); |
287 | unsigned int (*get_ro)(struct sdhci_host *host); | 287 | unsigned int (*get_ro)(struct sdhci_host *host); |
288 | void (*platform_reset_enter)(struct sdhci_host *host, u8 mask); | 288 | void (*reset)(struct sdhci_host *host, u8 mask); |
289 | void (*platform_reset_exit)(struct sdhci_host *host, u8 mask); | ||
290 | int (*platform_execute_tuning)(struct sdhci_host *host, u32 opcode); | 289 | int (*platform_execute_tuning)(struct sdhci_host *host, u32 opcode); |
291 | int (*set_uhs_signaling)(struct sdhci_host *host, unsigned int uhs); | 290 | int (*set_uhs_signaling)(struct sdhci_host *host, unsigned int uhs); |
292 | void (*hw_reset)(struct sdhci_host *host); | 291 | void (*hw_reset)(struct sdhci_host *host); |
@@ -402,6 +401,7 @@ static inline bool sdhci_sdio_irq_enabled(struct sdhci_host *host) | |||
402 | } | 401 | } |
403 | 402 | ||
404 | void sdhci_set_bus_width(struct sdhci_host *host, int width); | 403 | void sdhci_set_bus_width(struct sdhci_host *host, int width); |
404 | void sdhci_reset(struct sdhci_host *host, u8 mask); | ||
405 | 405 | ||
406 | #ifdef CONFIG_PM | 406 | #ifdef CONFIG_PM |
407 | extern int sdhci_suspend_host(struct sdhci_host *host); | 407 | extern int sdhci_suspend_host(struct sdhci_host *host); |