aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/lp8755.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2019-01-26 11:39:04 +0800
committerMark Brown <broonie@kernel.org>2019-01-28 12:20:54 +0000
commit367e90d13e9a49c3a56de0b397abb87ec550b199 (patch)
treea4e384b02f39c6adcea3ff77bb9293be7284e43d /drivers/regulator/lp8755.c
parentregulator: lp873x: Constify lp873x_buck01_ops and lp873x_ldo01_ops (diff)
downloadlinux-dev-367e90d13e9a49c3a56de0b397abb87ec550b199.tar.xz
linux-dev-367e90d13e9a49c3a56de0b397abb87ec550b199.zip
regulator: lp8755: Constify lp8755_regulators
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/lp8755.c')
-rw-r--r--drivers/regulator/lp8755.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/lp8755.c b/drivers/regulator/lp8755.c
index 6d229ad4ef3e..14fd38807134 100644
--- a/drivers/regulator/lp8755.c
+++ b/drivers/regulator/lp8755.c
@@ -315,7 +315,7 @@ out_i2c_error:
.vsel_mask = LP8755_BUCK_VOUT_M,\
}
-static struct regulator_desc lp8755_regulators[] = {
+static const struct regulator_desc lp8755_regulators[] = {
lp8755_buck_desc(0),
lp8755_buck_desc(1),
lp8755_buck_desc(2),