mmc: mxcmmc: constify mxcmci_devtype

mxcmci_devtype struct contains constant data, so
constify this struct.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
This commit is contained in:
Anatolij Gustschin 2013-04-08 23:28:08 +02:00 committed by Chris Ball
parent bcf53524ac
commit 42477053c3

View file

@ -165,7 +165,7 @@ struct mxcmci_host {
enum mxcmci_type devtype; enum mxcmci_type devtype;
}; };
static struct platform_device_id mxcmci_devtype[] = { static const struct platform_device_id mxcmci_devtype[] = {
{ {
.name = "imx21-mmc", .name = "imx21-mmc",
.driver_data = IMX21_MMC, .driver_data = IMX21_MMC,