diff options
-rw-r--r-- | drivers/mmc/host/mxcmmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c index df28ebf7e240..5d528269587f 100644 --- a/drivers/mmc/host/mxcmmc.c +++ b/drivers/mmc/host/mxcmmc.c | |||
@@ -165,7 +165,7 @@ struct mxcmci_host { | |||
165 | enum mxcmci_type devtype; | 165 | enum mxcmci_type devtype; |
166 | }; | 166 | }; |
167 | 167 | ||
168 | static struct platform_device_id mxcmci_devtype[] = { | 168 | static const struct platform_device_id mxcmci_devtype[] = { |
169 | { | 169 | { |
170 | .name = "imx21-mmc", | 170 | .name = "imx21-mmc", |
171 | .driver_data = IMX21_MMC, | 171 | .driver_data = IMX21_MMC, |