]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
regulator: max1586: Constify regulator_ops
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 11 Mar 2017 19:01:18 +0000 (21:01 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 13 Mar 2017 16:46:10 +0000 (16:46 +0000)
commit0f6ce809a518d736232de5f496b957733b1b4724
treed5305f22e5bfd712c1a77e69148c22b0fd04b0ed
parentd00b74613fb18dfd0a5aa99270ee2e72d5c808d7
regulator: max1586: 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/max1586.c