regulator: max77693: Make regulator_desc array const
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 27 Oct 2014 15:44:12 +0000 (16:44 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 28 Oct 2014 00:02:30 +0000 (00:02 +0000)
commit2515b24c04ea5a1b770eee56ed1a946ab4350a42
tree41848375583bc3de33002d2bb0a57688f897f89f
parentf114040e3ea6e07372334ade75d1ee0775c355e1
regulator: max77693: 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>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/max77693.c