regulator: db8500-prcmu: Constify regulator_ops
authorAxel Lin <axel.lin@ingics.com>
Fri, 12 Apr 2019 01:54:19 +0000 (09:54 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 12 Apr 2019 08:50:50 +0000 (09:50 +0100)
commit1a18195a2c4e3da5e082ee297b176a71abb9161a
tree03295073262fb8e7cb66e5c9ec672b97ae9c9285
parent784c24c3e45cc665226e8529d79f319af7cfd09c
regulator: db8500-prcmu: 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/db8500-prcmu.c