aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/regulator/max8649.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max8649.c b/drivers/regulator/max8649.c
index 824c650436ed..aa91ec60fa08 100644
--- a/drivers/regulator/max8649.c
+++ b/drivers/regulator/max8649.c
@@ -207,7 +207,7 @@ static struct regulator_ops max8649_dcdc_ops = {
207 207
208}; 208};
209 209
210static struct regulator_desc dcdc_desc = { 210static const struct regulator_desc dcdc_desc = {
211 .name = "max8649", 211 .name = "max8649",
212 .ops = &max8649_dcdc_ops, 212 .ops = &max8649_dcdc_ops,
213 .type = REGULATOR_VOLTAGE, 213 .type = REGULATOR_VOLTAGE,