|
@@ -202,7 +202,7 @@ static int fan53555_set_ramp(struct regulator_dev *rdev, int ramp)
|
|
|
CTL_SLEW_MASK, regval << CTL_SLEW_SHIFT);
|
|
|
}
|
|
|
|
|
|
-static struct regulator_ops fan53555_regulator_ops = {
|
|
|
+static const struct regulator_ops fan53555_regulator_ops = {
|
|
|
.set_voltage_sel = regulator_set_voltage_sel_regmap,
|
|
|
.get_voltage_sel = regulator_get_voltage_sel_regmap,
|
|
|
.set_voltage_time_sel = regulator_set_voltage_time_sel,
|