aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-bcm-kona.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/sdhci-bcm-kona.c')
-rw-r--r--drivers/mmc/host/sdhci-bcm-kona.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mmc/host/sdhci-bcm-kona.c b/drivers/mmc/host/sdhci-bcm-kona.c
index dd780c315a63..e7e4fbdcbfe0 100644
--- a/drivers/mmc/host/sdhci-bcm-kona.c
+++ b/drivers/mmc/host/sdhci-bcm-kona.c
@@ -225,7 +225,7 @@ static struct sdhci_pltfm_data sdhci_pltfm_data_kona = {
225 SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN, 225 SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN,
226}; 226};
227 227
228static struct __initconst of_device_id sdhci_bcm_kona_of_match[] = { 228static const struct of_device_id sdhci_bcm_kona_of_match[] = {
229 { .compatible = "brcm,kona-sdhci"}, 229 { .compatible = "brcm,kona-sdhci"},
230 { .compatible = "bcm,kona-sdhci"}, /* deprecated name */ 230 { .compatible = "bcm,kona-sdhci"}, /* deprecated name */
231 {} 231 {}
@@ -359,7 +359,6 @@ static int sdhci_bcm_kona_remove(struct platform_device *pdev)
359static struct platform_driver sdhci_bcm_kona_driver = { 359static struct platform_driver sdhci_bcm_kona_driver = {
360 .driver = { 360 .driver = {
361 .name = "sdhci-kona", 361 .name = "sdhci-kona",
362 .owner = THIS_MODULE,
363 .pm = SDHCI_PLTFM_PMOPS, 362 .pm = SDHCI_PLTFM_PMOPS,
364 .of_match_table = sdhci_bcm_kona_of_match, 363 .of_match_table = sdhci_bcm_kona_of_match,
365 }, 364 },