diff options
Diffstat (limited to 'drivers/mfd/tps6507x.c')
-rw-r--r-- | drivers/mfd/tps6507x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/tps6507x.c b/drivers/mfd/tps6507x.c index a081b925d10b..3b27482a174f 100644 --- a/drivers/mfd/tps6507x.c +++ b/drivers/mfd/tps6507x.c | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <linux/mfd/core.h> | 24 | #include <linux/mfd/core.h> |
25 | #include <linux/mfd/tps6507x.h> | 25 | #include <linux/mfd/tps6507x.h> |
26 | 26 | ||
27 | static struct mfd_cell tps6507x_devs[] = { | 27 | static const struct mfd_cell tps6507x_devs[] = { |
28 | { | 28 | { |
29 | .name = "tps6507x-pmic", | 29 | .name = "tps6507x-pmic", |
30 | }, | 30 | }, |