regulator: tps65217: Constify regulator_ops
authorAxel Lin <axel.lin@ingics.com>
Sun, 24 Mar 2019 06:00:05 +0000 (14:00 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 25 Mar 2019 12:21:29 +0000 (12:21 +0000)
commit2c33b50e6201881709b092b9b8566ae4b6dfc3ab
tree20a82a50270381758958101ad61aef69a2e9d043
parentd1030b439934cbc23def17f88e60cfb35e2723ac
regulator: tps65217: 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/tps65217-regulator.c