diff options
Diffstat (limited to 'drivers/mfd/max8998.c')
-rw-r--r-- | drivers/mfd/max8998.c | 4 |
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 | ||
40 | static struct mfd_cell max8998_devs[] = { | 40 | static 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 | ||
50 | static struct mfd_cell lp3974_devs[] = { | 50 | static const struct mfd_cell lp3974_devs[] = { |
51 | { | 51 | { |
52 | .name = "lp3974-pmic", | 52 | .name = "lp3974-pmic", |
53 | }, { | 53 | }, { |