| .. | .. |
|---|
| 18 | 18 | #include <linux/platform_device.h> |
|---|
| 19 | 19 | #include <linux/mmc/host.h> |
|---|
| 20 | 20 | #include <linux/io.h> |
|---|
| 21 | | -#include <linux/gpio.h> |
|---|
| 22 | 21 | #include <linux/clk.h> |
|---|
| 23 | 22 | #include <linux/regulator/consumer.h> |
|---|
| 24 | 23 | #include <linux/of.h> |
|---|
| 25 | 24 | #include <linux/of_device.h> |
|---|
| 26 | | -#include <linux/of_gpio.h> |
|---|
| 27 | 25 | #include <linux/mmc/slot-gpio.h> |
|---|
| 28 | 26 | |
|---|
| 29 | 27 | #include "sdhci-pltfm.h" |
|---|
| .. | .. |
|---|
| 326 | 324 | static struct platform_driver sdhci_bcm_kona_driver = { |
|---|
| 327 | 325 | .driver = { |
|---|
| 328 | 326 | .name = "sdhci-kona", |
|---|
| 327 | + .probe_type = PROBE_PREFER_ASYNCHRONOUS, |
|---|
| 329 | 328 | .pm = &sdhci_pltfm_pmops, |
|---|
| 330 | 329 | .of_match_table = sdhci_bcm_kona_of_match, |
|---|
| 331 | 330 | }, |
|---|