aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/regulator/max8952.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max8952.c b/drivers/regulator/max8952.c
index 75d89400c123..d50000e60ef0 100644
--- a/drivers/regulator/max8952.c
+++ b/drivers/regulator/max8952.c
@@ -173,7 +173,7 @@ static struct regulator_ops max8952_ops = {
173 .set_suspend_disable = max8952_disable, 173 .set_suspend_disable = max8952_disable,
174}; 174};
175 175
176static struct regulator_desc regulator = { 176static const struct regulator_desc regulator = {
177 .name = "MAX8952_VOUT", 177 .name = "MAX8952_VOUT",
178 .id = 0, 178 .id = 0,
179 .n_voltages = MAX8952_NUM_DVS_MODE, 179 .n_voltages = MAX8952_NUM_DVS_MODE,