forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
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,