commit | 2c33b50e6201881709b092b9b8566ae4b6dfc3ab | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Sun Mar 24 14:00:05 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Mon Mar 25 12:21:29 2019 +0000 |
tree | 20a82a50270381758958101ad61aef69a2e9d043 | |
parent | d1030b439934cbc23def17f88e60cfb35e2723ac [diff] |
regulator: tps65217: 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>