hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/mmc/host/sdhci-bcm-kona.c
....@@ -18,12 +18,10 @@
1818 #include <linux/platform_device.h>
1919 #include <linux/mmc/host.h>
2020 #include <linux/io.h>
21
-#include <linux/gpio.h>
2221 #include <linux/clk.h>
2322 #include <linux/regulator/consumer.h>
2423 #include <linux/of.h>
2524 #include <linux/of_device.h>
26
-#include <linux/of_gpio.h>
2725 #include <linux/mmc/slot-gpio.h>
2826
2927 #include "sdhci-pltfm.h"
....@@ -326,6 +324,7 @@
326324 static struct platform_driver sdhci_bcm_kona_driver = {
327325 .driver = {
328326 .name = "sdhci-kona",
327
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
329328 .pm = &sdhci_pltfm_pmops,
330329 .of_match_table = sdhci_bcm_kona_of_match,
331330 },