commit | 784816d46aae28f84a3ec5461b6cf69b6f02d62a | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Mon Apr 08 20:09:32 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Wed Apr 10 12:22:15 2019 +0100 |
tree | 029649c30bd09e4ba9eaf67e17c5a384c1ae6ae6 | |
parent | 0677c3ea53dcb38314718e8ed7d851972eabf102 [diff] |
regulator: hi655x: Constify regulators array The regulators array should never need to be modified, make it const so compiler can put it to .rodata. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>