]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: db8500-prcmu: Constify regulator_ops
authorAxel Lin <axel.lin@ingics.com>
Fri, 12 Apr 2019 01:54:19 +0000 (09:54 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 12 Apr 2019 08:50:50 +0000 (09:50 +0100)
commitd6c2246f2d70959a3c19ac4210e1b120d5bc5d9f
tree03295073262fb8e7cb66e5c9ec672b97ae9c9285
parente668f64201f27a8107c7c30feb0927e82b00c33b
regulator: db8500-prcmu: 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/db8500-prcmu.c