Commit 25e4d602 authored by Mark Brown's avatar Mark Brown

regulator: wm8994: Constify regulator_desc

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 47924b6a
...@@ -209,7 +209,7 @@ static struct regulator_ops wm8994_ldo2_ops = { ...@@ -209,7 +209,7 @@ static struct regulator_ops wm8994_ldo2_ops = {
.set_voltage = wm8994_ldo2_set_voltage, .set_voltage = wm8994_ldo2_set_voltage,
}; };
static struct regulator_desc wm8994_ldo_desc[] = { static const struct regulator_desc wm8994_ldo_desc[] = {
{ {
.name = "LDO1", .name = "LDO1",
.id = 1, .id = 1,
......
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