提交 25e4d602 编写于 作者: M Mark Brown

regulator: wm8994: Constify regulator_desc

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 47924b6a
......@@ -209,7 +209,7 @@ static struct regulator_ops wm8994_ldo2_ops = {
.set_voltage = wm8994_ldo2_set_voltage,
};
static struct regulator_desc wm8994_ldo_desc[] = {
static const struct regulator_desc wm8994_ldo_desc[] = {
{
.name = "LDO1",
.id = 1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册