diff options
Diffstat (limited to 'include/linux/mmc/host.h')
-rw-r--r-- | include/linux/mmc/host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 52b5dc914a8c..ca7007fdb399 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -136,6 +136,7 @@ struct mmc_host_ops { | |||
136 | void (*init_card)(struct mmc_host *host, struct mmc_card *card); | 136 | void (*init_card)(struct mmc_host *host, struct mmc_card *card); |
137 | 137 | ||
138 | int (*start_signal_voltage_switch)(struct mmc_host *host, struct mmc_ios *ios); | 138 | int (*start_signal_voltage_switch)(struct mmc_host *host, struct mmc_ios *ios); |
139 | int (*execute_tuning)(struct mmc_host *host); | ||
139 | }; | 140 | }; |
140 | 141 | ||
141 | struct mmc_card; | 142 | struct mmc_card; |