mfd: ti: Constify struct mfd_cell where possible
[linux-2.6-microblaze.git] / drivers / mfd / tps6507x.c
index a081b92..3b27482 100644 (file)
@@ -24,7 +24,7 @@
 #include <linux/mfd/core.h>
 #include <linux/mfd/tps6507x.h>
 
-static struct mfd_cell tps6507x_devs[] = {
+static const struct mfd_cell tps6507x_devs[] = {
        {
                .name = "tps6507x-pmic",
        },