提交 6c4159a5 编写于 作者: K Krzysztof Kozlowski 提交者: Mark Brown

regulator: max77802: Make regulator_desc array const

The regulator_register() expects array of 'regulator_desc' to be const.
Signed-off-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 bf275375
......@@ -472,7 +472,7 @@ static struct regulator_ops max77802_buck_dvs_ops = {
.enable_mask = MAX77802_OPMODE_MASK, \
}
static struct regulator_desc regulators[] = {
static const struct regulator_desc regulators[] = {
regulator_77802_desc_16_buck(1),
regulator_77802_desc_234_buck(2),
regulator_77802_desc_234_buck(3),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册