regulator: slg51000: Constify slg51000_regl_ops and slg51000_switch_ops
authorAxel Lin <axel.lin@ingics.com>
Fri, 24 May 2019 10:02:46 +0000 (18:02 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 24 May 2019 12:04:23 +0000 (13:04 +0100)
commit0a33d4feea748399c9341ff054c5f29c98393d35
treece8f2198a8a5d265fd6b16f01c5d521550cc78ce
parent59dec1f0fac8107f3bffaa0051afce795e24c3e4
regulator: slg51000: Constify slg51000_regl_ops and slg51000_switch_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/slg51000-regulator.c