commit | 1a18195a2c4e3da5e082ee297b176a71abb9161a | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Fri Apr 12 09:54:19 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Fri Apr 12 09:50:50 2019 +0100 |
tree | 03295073262fb8e7cb66e5c9ec672b97ae9c9285 | |
parent | 784c24c3e45cc665226e8529d79f319af7cfd09c [diff] |
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>