]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
regulator: s2mpa01: Make regulator_desc array const
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 27 Oct 2014 15:44:14 +0000 (16:44 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 28 Oct 2014 00:03:13 +0000 (00:03 +0000)
commit4b8e43f255b0ae093bb776f7415619bcd9eb7858
treed6ee355251e36035a1ed0f488c3dbcb10e88f792
parentf114040e3ea6e07372334ade75d1ee0775c355e1
regulator: s2mpa01: 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/s2mpa01.c