kernel/drivers/mmc/host/pxamci.c
.. .. @@ -828,6 +828,7 @@ 828 828 .remove = pxamci_remove, 829 829 .driver = { 830 830 .name = DRIVER_NAME, 831 + .probe_type = PROBE_PREFER_ASYNCHRONOUS,831 832 .of_match_table = of_match_ptr(pxa_mmc_dt_ids), 832 833 }, 833 834 };