regulator: s2mpa01: Constify regulator_ops
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 11 Mar 2017 19:01:21 +0000 (21:01 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 13 Mar 2017 16:46:28 +0000 (16:46 +0000)
commitf465bf9b05303154a86fdd74a571733b0f37af7c
tree0c3e569850948bfaafde50fd9b63491fca89a28c
parent8c2cd4697bfe524639ad3212f8f152c322941889
regulator: s2mpa01: Constify regulator_ops

Static struct regulator_ops is not modified so can be made const for
code safeness.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/s2mpa01.c