]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
regulator: max77693: Constify regulator_ops
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 11 Mar 2017 19:01:19 +0000 (21:01 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 13 Mar 2017 16:46:21 +0000 (16:46 +0000)
commita08904fdb8b5be2334f3873cbeea4bc004528d02
tree0e12ea37017bc18affee9414270796a87da515ec
parent0f6ce809a518d736232de5f496b957733b1b4724
regulator: max77693: 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/max77693-regulator.c