aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/max8997.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/max8997.c')
-rw-r--r--drivers/mfd/max8997.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/max8997.c b/drivers/mfd/max8997.c
index 791aea3e96ce..1b80e51c2e73 100644
--- a/drivers/mfd/max8997.c
+++ b/drivers/mfd/max8997.c
@@ -40,7 +40,7 @@
40#define I2C_ADDR_RTC (0x0C >> 1) 40#define I2C_ADDR_RTC (0x0C >> 1)
41#define I2C_ADDR_HAPTIC (0x90 >> 1) 41#define I2C_ADDR_HAPTIC (0x90 >> 1)
42 42
43static struct mfd_cell max8997_devs[] = { 43static const struct mfd_cell max8997_devs[] = {
44 { .name = "max8997-pmic", }, 44 { .name = "max8997-pmic", },
45 { .name = "max8997-rtc", }, 45 { .name = "max8997-rtc", },
46 { .name = "max8997-battery", }, 46 { .name = "max8997-battery", },