commit | 7cae255d2757eb085736be082df3ef4140846bc9 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Fri Mar 22 14:38:20 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Tue Mar 26 13:59:54 2019 +0000 |
tree | fc97bbc8db68c2b540fb0d93aa3c25d36f632c44 | |
parent | 253c9c79adbcf79350cb1ae1c801f8df00186455 [diff] |
regulator: act8865: Constify regulator_ops The act8865_ops and act8865_ldo_ops 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>