Commit 2515b24c authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown

regulator: max77693: Make regulator_desc array const

The regulator_register() expects array of 'regulator_desc' to be const.
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent f114040e
...@@ -139,7 +139,7 @@ static struct regulator_ops max77693_charger_ops = { ...@@ -139,7 +139,7 @@ static struct regulator_ops max77693_charger_ops = {
.enable_mask = SAFEOUT_CTRL_ENSAFEOUT##_num##_MASK , \ .enable_mask = SAFEOUT_CTRL_ENSAFEOUT##_num##_MASK , \
} }
static struct regulator_desc regulators[] = { static const struct regulator_desc regulators[] = {
regulator_desc_esafeout(1), regulator_desc_esafeout(1),
regulator_desc_esafeout(2), regulator_desc_esafeout(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