diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-esdhc-imx.c')
-rw-r--r-- | drivers/mmc/host/sdhci-esdhc-imx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c index 78ac00227c1a..68c301d12db4 100644 --- a/drivers/mmc/host/sdhci-esdhc-imx.c +++ b/drivers/mmc/host/sdhci-esdhc-imx.c | |||
@@ -412,7 +412,7 @@ static struct sdhci_ops sdhci_esdhc_ops = { | |||
412 | .platform_bus_width = esdhc_pltfm_bus_width, | 412 | .platform_bus_width = esdhc_pltfm_bus_width, |
413 | }; | 413 | }; |
414 | 414 | ||
415 | static struct sdhci_pltfm_data sdhci_esdhc_imx_pdata = { | 415 | static const struct sdhci_pltfm_data sdhci_esdhc_imx_pdata = { |
416 | .quirks = ESDHC_DEFAULT_QUIRKS | SDHCI_QUIRK_NO_HISPD_BIT | 416 | .quirks = ESDHC_DEFAULT_QUIRKS | SDHCI_QUIRK_NO_HISPD_BIT |
417 | | SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC | 417 | | SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC |
418 | | SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC | 418 | | SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC |