summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci-cns3xxx.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-08-19 20:50:26 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-13 22:41:39 -0700
commit6b09510d4ad5c90571efbdda9f4060d44b61bc97 (patch)
treecf4382ee1d973c7675858df0798badd4876a7346 /drivers/mmc/host/sdhci-cns3xxx.c
parent68b5fd3f4b9ef24082e9d2b9e4e864b2ef3a506a (diff)
Revert "mmc: sdhci_pltfm: Constify sdhci_pltfm_data"
This reverts commit 1db5eebf22f86a87c3fcbbb085a4abbcfd09ee7d. Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'drivers/mmc/host/sdhci-cns3xxx.c')
-rw-r--r--drivers/mmc/host/sdhci-cns3xxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-cns3xxx.c b/drivers/mmc/host/sdhci-cns3xxx.c
index 8ebb6b650f3f..0905883602cf 100644
--- a/drivers/mmc/host/sdhci-cns3xxx.c
+++ b/drivers/mmc/host/sdhci-cns3xxx.c
@@ -84,7 +84,7 @@ static const struct sdhci_ops sdhci_cns3xxx_ops = {
.set_clock = sdhci_cns3xxx_set_clock,
};
-static const struct sdhci_pltfm_data sdhci_cns3xxx_pdata = {
+static struct sdhci_pltfm_data sdhci_cns3xxx_pdata = {
.ops = &sdhci_cns3xxx_ops,
.quirks = SDHCI_QUIRK_BROKEN_DMA |
SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK |