summaryrefslogtreecommitdiff
path: root/drivers/regulator/anatop-regulator.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2020-07-30 23:27:08 +0100
committerMark Brown <broonie@kernel.org>2020-07-30 23:27:08 +0100
commit3f02794888213efb224ef8e38d5d0e0f74b95416 (patch)
treed36ddec4c5eb9d480994c5b85715ce4a12715dae /drivers/regulator/anatop-regulator.c
parent92ed301919932f777713b9172e525674157e983d (diff)
parentbcb3b2a7639db2412875520cddc3abd179068793 (diff)
Merge remote-tracking branch 'regulator/for-5.9' into regulator-next
Diffstat (limited to 'drivers/regulator/anatop-regulator.c')
-rw-r--r--drivers/regulator/anatop-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/anatop-regulator.c b/drivers/regulator/anatop-regulator.c
index ca92b3de0e9c..f9856d4e295f 100644
--- a/drivers/regulator/anatop-regulator.c
+++ b/drivers/regulator/anatop-regulator.c
@@ -139,7 +139,7 @@ static struct regulator_ops anatop_rops = {
.map_voltage = regulator_map_voltage_linear,
};
-static struct regulator_ops anatop_core_rops = {
+static const struct regulator_ops anatop_core_rops = {
.enable = anatop_regmap_enable,
.disable = anatop_regmap_disable,
.is_enabled = anatop_regmap_is_enabled,