mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
regulator: max77686: Make regulator_desc array const
The regulator_register() expects array of 'regulator_desc' to be const. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
f114040e3e
commit
73dbdf8ff5
@ -350,7 +350,7 @@ static struct regulator_ops max77686_buck_dvs_ops = {
|
||||
<< MAX77686_OPMODE_BUCK234_SHIFT, \
|
||||
}
|
||||
|
||||
static struct regulator_desc regulators[] = {
|
||||
static const struct regulator_desc regulators[] = {
|
||||
regulator_desc_ldo1_low(1),
|
||||
regulator_desc_ldo_low(2),
|
||||
regulator_desc_ldo(3),
|
||||
|
Loading…
Reference in New Issue
Block a user