commit | 7d695f20c27f33173f2149d4d1c6e994e5c0b08e | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Sun Apr 14 20:48:17 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Mon Apr 15 09:44:58 2019 +0100 |
tree | 8291f33fc2a56e242961465ada12059091121c35 | |
parent | 7a8b0e66df5ad04d0acf31d43b37be46504b9fbc [diff] |
regulator: max8998: 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>