aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max77693-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/max77693-regulator.c')
-rw-r--r--drivers/regulator/max77693-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max77693-regulator.c b/drivers/regulator/max77693-regulator.c
index cfbb9512e486..3fce67982682 100644
--- a/drivers/regulator/max77693-regulator.c
+++ b/drivers/regulator/max77693-regulator.c
@@ -141,7 +141,7 @@ static const unsigned int max77693_safeout_table[] = {
3300000,
};
-static struct regulator_ops max77693_safeout_ops = {
+static const struct regulator_ops max77693_safeout_ops = {
.list_voltage = regulator_list_voltage_table,
.is_enabled = regulator_is_enabled_regmap,
.enable = regulator_enable_regmap,