commit | 6d66d9952ec06f12197174018be76538150aea05 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Fri Apr 12 22:11:57 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Mon Apr 15 09:43:47 2019 +0100 |
tree | adb6d839a6caeee59f73accf5c5098d7661bee71 | |
parent | 8e5be4f7e142daa47303ee8238b891833024e7df [diff] |
regulator: ab8500: 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>