Commit 09de3473 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

regulator: max8649: Constify regulator_desc

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 0373bcff
...@@ -207,7 +207,7 @@ static struct regulator_ops max8649_dcdc_ops = { ...@@ -207,7 +207,7 @@ static struct regulator_ops max8649_dcdc_ops = {
}; };
static struct regulator_desc dcdc_desc = { static const struct regulator_desc dcdc_desc = {
.name = "max8649", .name = "max8649",
.ops = &max8649_dcdc_ops, .ops = &max8649_dcdc_ops,
.type = REGULATOR_VOLTAGE, .type = REGULATOR_VOLTAGE,
......
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