regulator: ab8500: Constify regulator_ops
authorAxel Lin <axel.lin@ingics.com>
Fri, 12 Apr 2019 14:11:57 +0000 (22:11 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 15 Apr 2019 08:43:47 +0000 (09:43 +0100)
commit6d66d9952ec06f12197174018be76538150aea05
treeadb6d839a6caeee59f73accf5c5098d7661bee71
parent8e5be4f7e142daa47303ee8238b891833024e7df
regulator: ab8500: Constify regulator_ops

These regulator_ops variables never need to be modified, make them const so
compiler can put them to .rodata.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/ab8500.c