Commit 367e90d1 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

regulator: lp8755: Constify lp8755_regulators

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 699bdc23
...@@ -315,7 +315,7 @@ static int lp8755_init_data(struct lp8755_chip *pchip) ...@@ -315,7 +315,7 @@ static int lp8755_init_data(struct lp8755_chip *pchip)
.vsel_mask = LP8755_BUCK_VOUT_M,\ .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(0),
lp8755_buck_desc(1), lp8755_buck_desc(1),
lp8755_buck_desc(2), lp8755_buck_desc(2),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment