commit | 2e67f32296e3f1841793e36ce796f1497614c687 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Tue Oct 08 09:06:26 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Tue Oct 08 11:45:01 2019 +0100 |
tree | 21c47f4ea88a81919bebaff9fede527fa917986d | |
parent | 0b2ba815fb5cbfab253f175d0b0d0d93d7ab9b5d [diff] |
regulator: rk808: Constify rk817 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> Link: https://lore.kernel.org/r/20191008010628.8513-1-axel.lin@ingics.com Signed-off-by: Mark Brown <broonie@kernel.org>