OSDN Git Service

regulator: act8865: Constify regulator_ops
authorAxel Lin <axel.lin@ingics.com>
Fri, 22 Mar 2019 06:38:20 +0000 (14:38 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 26 Mar 2019 13:59:54 +0000 (13:59 +0000)
commit7cae255d2757eb085736be082df3ef4140846bc9
treefc97bbc8db68c2b540fb0d93aa3c25d36f632c44
parent253c9c79adbcf79350cb1ae1c801f8df00186455
regulator: act8865: Constify regulator_ops

The act8865_ops and act8865_ldo_ops 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/act8865-regulator.c