mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4
[linux-2.6-block.git] / drivers / mmc / host / mxcmmc.c
index b3d654c688e52769b50745eb6f7db574535f86dc..12ee07285980c3bd0827f64988592fde1704384e 100644 (file)
@@ -1244,6 +1244,7 @@ static struct platform_driver mxcmci_driver = {
        .id_table       = mxcmci_devtype,
        .driver         = {
                .name           = DRIVER_NAME,
+               .probe_type     = PROBE_PREFER_ASYNCHRONOUS,
                .pm     = &mxcmci_pm_ops,
                .of_match_table = mxcmci_of_match,
        }