|
@@ -170,7 +170,7 @@ static int lp8788_ldo_enable_time(struct regulator_dev *rdev)
|
|
|
return ENABLE_TIME_USEC * val;
|
|
|
}
|
|
|
|
|
|
-static struct regulator_ops lp8788_ldo_voltage_table_ops = {
|
|
|
+static const struct regulator_ops lp8788_ldo_voltage_table_ops = {
|
|
|
.list_voltage = regulator_list_voltage_table,
|
|
|
.set_voltage_sel = regulator_set_voltage_sel_regmap,
|
|
|
.get_voltage_sel = regulator_get_voltage_sel_regmap,
|
|
@@ -180,7 +180,7 @@ static struct regulator_ops lp8788_ldo_voltage_table_ops = {
|
|
|
.enable_time = lp8788_ldo_enable_time,
|
|
|
};
|
|
|
|
|
|
-static struct regulator_ops lp8788_ldo_voltage_fixed_ops = {
|
|
|
+static const struct regulator_ops lp8788_ldo_voltage_fixed_ops = {
|
|
|
.list_voltage = regulator_list_voltage_linear,
|
|
|
.enable = regulator_enable_regmap,
|
|
|
.disable = regulator_disable_regmap,
|