hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/mmc/host/sdhci-of-hlwd.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * drivers/mmc/host/sdhci-of-hlwd.c
34 *
....@@ -12,11 +13,6 @@
1213 *
1314 * Authors: Xiaobo Xie <X.Xie@freescale.com>
1415 * Anton Vorontsov <avorontsov@ru.mvista.com>
15
- *
16
- * This program is free software; you can redistribute it and/or modify
17
- * it under the terms of the GNU General Public License as published by
18
- * the Free Software Foundation; either version 2 of the License, or (at
19
- * your option) any later version.
2016 */
2117
2218 #include <linux/delay.h>
....@@ -84,6 +80,7 @@
8480 static struct platform_driver sdhci_hlwd_driver = {
8581 .driver = {
8682 .name = "sdhci-hlwd",
83
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
8784 .of_match_table = sdhci_hlwd_of_match,
8885 .pm = &sdhci_pltfm_pmops,
8986 },