regulator: rk808: Constify rk817 regulator_ops
authorAxel Lin <axel.lin@ingics.com>
Tue, 8 Oct 2019 01:06:26 +0000 (09:06 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 8 Oct 2019 10:45:01 +0000 (11:45 +0100)
commit2e67f32296e3f1841793e36ce796f1497614c687
tree21c47f4ea88a81919bebaff9fede527fa917986d
parent0b2ba815fb5cbfab253f175d0b0d0d93d7ab9b5d
regulator: rk808: Constify rk817 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>
Link: https://lore.kernel.org/r/20191008010628.8513-1-axel.lin@ingics.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/rk808-regulator.c