mmc: core: Add 'card' to drive strength selection callback
[firefly-linux-kernel-4.4.55.git] / include / linux / mmc / host.h
index da33d18c66c8872114bf05db90949fd9cb7d5371..1369e54faeb7e2ee8ef3d49481751249c70bbcbd 100644 (file)
@@ -132,7 +132,8 @@ struct mmc_host_ops {
 
        /* Prepare HS400 target operating frequency depending host driver */
        int     (*prepare_hs400_tuning)(struct mmc_host *host, struct mmc_ios *ios);
-       int     (*select_drive_strength)(unsigned int max_dtr, int host_drv,
+       int     (*select_drive_strength)(struct mmc_card *card,
+                                        unsigned int max_dtr, int host_drv,
                                         int card_drv, int *drv_type);
        void    (*hw_reset)(struct mmc_host *host);
        void    (*card_event)(struct mmc_host *host);