diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-bcm2835.c')
-rw-r--r-- | drivers/mmc/host/sdhci-bcm2835.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-bcm2835.c b/drivers/mmc/host/sdhci-bcm2835.c index 8ffea05152c6..29e9e4008885 100644 --- a/drivers/mmc/host/sdhci-bcm2835.c +++ b/drivers/mmc/host/sdhci-bcm2835.c | |||
@@ -135,7 +135,7 @@ static struct sdhci_ops bcm2835_sdhci_ops = { | |||
135 | .get_min_clock = bcm2835_sdhci_get_min_clock, | 135 | .get_min_clock = bcm2835_sdhci_get_min_clock, |
136 | }; | 136 | }; |
137 | 137 | ||
138 | static struct sdhci_pltfm_data bcm2835_sdhci_pdata = { | 138 | static const struct sdhci_pltfm_data bcm2835_sdhci_pdata = { |
139 | .quirks = SDHCI_QUIRK_BROKEN_CARD_DETECTION | | 139 | .quirks = SDHCI_QUIRK_BROKEN_CARD_DETECTION | |
140 | SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK, | 140 | SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK, |
141 | .ops = &bcm2835_sdhci_ops, | 141 | .ops = &bcm2835_sdhci_ops, |