commit | 883ce2421ed7fc1aaf94ff58d099e9a843345dfa | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Tue Mar 26 07:57:39 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Tue Mar 26 13:25:35 2019 +0000 |
tree | 03f99220d5a48f0b6aee51139521c961625c83b6 | |
parent | 5de219ccc1a7e1dab98848de53166e15af44bbff [diff] |
regulator: sc2731: Constify regulators 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>