mfd: Constify struct mfd_cell where possible
[linux-2.6-microblaze.git] / drivers / mfd / as3722.c
index f161f2e..2d9b728 100644 (file)
@@ -54,7 +54,7 @@ static const struct resource as3722_adc_resource[] = {
        },
 };
 
-static struct mfd_cell as3722_devs[] = {
+static const struct mfd_cell as3722_devs[] = {
        {
                .name = "as3722-pinctrl",
        },