commit | 0a33d4feea748399c9341ff054c5f29c98393d35 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Fri May 24 18:02:46 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Fri May 24 13:04:23 2019 +0100 |
tree | ce8f2198a8a5d265fd6b16f01c5d521550cc78ce | |
parent | 59dec1f0fac8107f3bffaa0051afce795e24c3e4 [diff] |
regulator: slg51000: Constify slg51000_regl_ops and slg51000_switch_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>