forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
kernel/drivers/regulator/tps51632-regulator.c
....@@ -108,7 +108,7 @@
108108 return ret;
109109 }
110110
111
-static struct regulator_ops tps51632_dcdc_ops = {
111
+static const struct regulator_ops tps51632_dcdc_ops = {
112112 .get_voltage_sel = regulator_get_voltage_sel_regmap,
113113 .set_voltage_sel = regulator_set_voltage_sel_regmap,
114114 .list_voltage = regulator_list_voltage_linear,