]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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)
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

index 4acefa6b462e0d8e362866b1b86bc2ca4177bb00..2263071414e2bf9bc5d00f3bdc2e8b5088aadbd7 100644 (file)
@@ -298,7 +298,7 @@ static struct regulator_ops s2mpa01_buck_ops = {
        .enable_mask    = S2MPA01_ENABLE_MASK                   \
 }
 
-static struct regulator_desc regulators[] = {
+static const struct regulator_desc regulators[] = {
        regulator_desc_ldo(1, STEP_25_MV),
        regulator_desc_ldo(2, STEP_50_MV),
        regulator_desc_ldo(3, STEP_50_MV),