Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42477053 authored by Anatolij Gustschin's avatar Anatolij Gustschin Committed by Chris Ball
Browse files

mmc: mxcmmc: constify mxcmci_devtype



mxcmci_devtype struct contains constant data, so
constify this struct.

Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
Acked-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent bcf53524
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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,