diff options
Diffstat (limited to 'drivers/mfd/lp3943.c')
-rw-r--r-- | drivers/mfd/lp3943.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/lp3943.c b/drivers/mfd/lp3943.c index e32226836fb4..335b930112b2 100644 --- a/drivers/mfd/lp3943.c +++ b/drivers/mfd/lp3943.c | |||
@@ -62,7 +62,7 @@ static const struct lp3943_reg_cfg lp3943_mux_cfg[] = { | |||
62 | { LP3943_REG_MUX3, 0xC0, 6 }, | 62 | { LP3943_REG_MUX3, 0xC0, 6 }, |
63 | }; | 63 | }; |
64 | 64 | ||
65 | static struct mfd_cell lp3943_devs[] = { | 65 | static const struct mfd_cell lp3943_devs[] = { |
66 | { | 66 | { |
67 | .name = "lp3943-pwm", | 67 | .name = "lp3943-pwm", |
68 | .of_compatible = "ti,lp3943-pwm", | 68 | .of_compatible = "ti,lp3943-pwm", |