kernel/drivers/regulator/tps62360-regulator.c
.. .. @@ -233,7 +233,7 @@ 233 233 REGULATOR_MODE_FAST : REGULATOR_MODE_NORMAL; 234 234 } 235 235 236 -static struct regulator_ops tps62360_dcdc_ops = {236 +static const struct regulator_ops tps62360_dcdc_ops = {237 237 .get_voltage_sel = tps62360_dcdc_get_voltage_sel, 238 238 .set_voltage_sel = tps62360_dcdc_set_voltage_sel, 239 239 .list_voltage = regulator_list_voltage_linear,