diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-of-esdhc.c')
-rw-r--r-- | drivers/mmc/host/sdhci-of-esdhc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-of-esdhc.c b/drivers/mmc/host/sdhci-of-esdhc.c index f32526d2d966..b98b91969d8b 100644 --- a/drivers/mmc/host/sdhci-of-esdhc.c +++ b/drivers/mmc/host/sdhci-of-esdhc.c | |||
@@ -249,7 +249,7 @@ static struct sdhci_ops sdhci_esdhc_ops = { | |||
249 | .adma_workaround = esdhci_of_adma_workaround, | 249 | .adma_workaround = esdhci_of_adma_workaround, |
250 | }; | 250 | }; |
251 | 251 | ||
252 | static struct sdhci_pltfm_data sdhci_esdhc_pdata = { | 252 | static const struct sdhci_pltfm_data sdhci_esdhc_pdata = { |
253 | /* | 253 | /* |
254 | * card detection could be handled via GPIO | 254 | * card detection could be handled via GPIO |
255 | * eSDHC cannot support End Attribute in NOP ADMA descriptor | 255 | * eSDHC cannot support End Attribute in NOP ADMA descriptor |