forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
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,