diff options
Diffstat (limited to 'drivers/mfd/max77693.c')
-rw-r--r-- | drivers/mfd/max77693.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/max77693.c b/drivers/mfd/max77693.c index 9f92463f4f7e..a0093a839d4b 100644 --- a/drivers/mfd/max77693.c +++ b/drivers/mfd/max77693.c | |||
@@ -41,7 +41,7 @@ | |||
41 | #define I2C_ADDR_MUIC (0x4A >> 1) | 41 | #define I2C_ADDR_MUIC (0x4A >> 1) |
42 | #define I2C_ADDR_HAPTIC (0x90 >> 1) | 42 | #define I2C_ADDR_HAPTIC (0x90 >> 1) |
43 | 43 | ||
44 | static struct mfd_cell max77693_devs[] = { | 44 | static const struct mfd_cell max77693_devs[] = { |
45 | { .name = "max77693-pmic", }, | 45 | { .name = "max77693-pmic", }, |
46 | { .name = "max77693-charger", }, | 46 | { .name = "max77693-charger", }, |
47 | { .name = "max77693-flash", }, | 47 | { .name = "max77693-flash", }, |