commit | 401861f51a470ef9b21c949b3c86aa525bd5e7dc | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Wed Apr 03 07:41:54 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Wed Apr 03 11:10:46 2019 +0700 |
tree | a526f0c8089c0dcc66691f4b09d0b1d54e3cd1a9 | |
parent | 55c083d89634d3325f9d9e0d20459c308a575620 [diff] |
regulator: twl: 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>