diff options
author | Mark Brown <broonie@kernel.org> | 2020-07-30 23:27:08 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-07-30 23:27:08 +0100 |
commit | 3f02794888213efb224ef8e38d5d0e0f74b95416 (patch) | |
tree | d36ddec4c5eb9d480994c5b85715ce4a12715dae /drivers/regulator/anatop-regulator.c | |
parent | 92ed301919932f777713b9172e525674157e983d (diff) | |
parent | bcb3b2a7639db2412875520cddc3abd179068793 (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.c | 2 |
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, |