mmc: host: sh_mobile_sdhi: move card_busy from tmio to sdhi
[cascardo/linux.git] / drivers / mmc / host / tmio_mmc.h
index 7f63ec0..1f1cb26 100644 (file)
@@ -158,6 +158,7 @@ struct tmio_mmc_host {
        void (*clk_disable)(struct tmio_mmc_host *host);
        int (*multi_io_quirk)(struct mmc_card *card,
                              unsigned int direction, int blk_size);
+       int (*card_busy)(struct mmc_host *mmc);
        int (*start_signal_voltage_switch)(struct mmc_host *mmc,
                                           struct mmc_ios *ios);
 };