kernel/drivers/regulator/tps51632-regulator.c
.. .. @@ -108,7 +108,7 @@ 108 108 return ret; 109 109 } 110 110 111 -static struct regulator_ops tps51632_dcdc_ops = {111 +static const struct regulator_ops tps51632_dcdc_ops = {112 112 .get_voltage_sel = regulator_get_voltage_sel_regmap, 113 113 .set_voltage_sel = regulator_set_voltage_sel_regmap, 114 114 .list_voltage = regulator_list_voltage_linear,