aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/max8998.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/max8998.c')
-rw-r--r--drivers/mfd/max8998.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/max8998.c b/drivers/mfd/max8998.c
index fe6332dcabee..f47eaa70eae0 100644
--- a/drivers/mfd/max8998.c
+++ b/drivers/mfd/max8998.c
@@ -37,7 +37,7 @@
37 37
38#define RTC_I2C_ADDR (0x0c >> 1) 38#define RTC_I2C_ADDR (0x0c >> 1)
39 39
40static struct mfd_cell max8998_devs[] = { 40static const struct mfd_cell max8998_devs[] = {
41 { 41 {
42 .name = "max8998-pmic", 42 .name = "max8998-pmic",
43 }, { 43 }, {
@@ -47,7 +47,7 @@ static struct mfd_cell max8998_devs[] = {
47 }, 47 },
48}; 48};
49 49
50static struct mfd_cell lp3974_devs[] = { 50static const struct mfd_cell lp3974_devs[] = {
51 { 51 {
52 .name = "lp3974-pmic", 52 .name = "lp3974-pmic",
53 }, { 53 }, {