|
@@ -69,7 +69,7 @@ static const struct regulator_linear_range act8945a_voltage_ranges[] = {
|
|
|
REGULATOR_LINEAR_RANGE(2400000, 48, 63, 100000),
|
|
|
};
|
|
|
|
|
|
-static struct regulator_ops act8945a_ops = {
|
|
|
+static const struct regulator_ops act8945a_ops = {
|
|
|
.list_voltage = regulator_list_voltage_linear_range,
|
|
|
.map_voltage = regulator_map_voltage_linear_range,
|
|
|
.get_voltage_sel = regulator_get_voltage_sel_regmap,
|