regulator: hi655x: Constify regulators array
authorAxel Lin <axel.lin@ingics.com>
Mon, 8 Apr 2019 12:09:32 +0000 (20:09 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 10 Apr 2019 11:22:15 +0000 (12:22 +0100)
commit784816d46aae28f84a3ec5461b6cf69b6f02d62a
tree029649c30bd09e4ba9eaf67e17c5a384c1ae6ae6
parent0677c3ea53dcb38314718e8ed7d851972eabf102
regulator: hi655x: Constify regulators array

The regulators array should never need to be modified, make it const so
compiler can put it to .rodata.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/hi655x-regulator.c