OSDN Git Service

regulator: tps65218: Constify regulator_ops
authorAxel Lin <axel.lin@ingics.com>
Sun, 24 Mar 2019 02:05:42 +0000 (10:05 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 25 Mar 2019 12:21:15 +0000 (12:21 +0000)
commitd1030b439934cbc23def17f88e60cfb35e2723ac
treeb2619533136fc9767b8dcf67f60e80f7965e3618
parenta71bcdfe6476b66cf6c632b1a4d0bdcb046e3d82
regulator: tps65218: 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/tps65218-regulator.c