commit | d1030b439934cbc23def17f88e60cfb35e2723ac | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Sun Mar 24 10:05:42 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Mon Mar 25 12:21:15 2019 +0000 |
tree | b2619533136fc9767b8dcf67f60e80f7965e3618 | |
parent | a71bcdfe6476b66cf6c632b1a4d0bdcb046e3d82 [diff] |
regulator: tps65218: 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>