commit | 95602d7d77f502d656e648ab38f8e0586364e7dc | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Thu May 02 22:22:32 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Fri May 03 15:06:16 2019 +0900 |
tree | a26f2abedefe39d5f52277950306d2d75b037268 | |
parent | 0ae3b061df3037e887ee6085b0bedea7f8809441 [diff] |
regulator: ab3100: Constify regulator_ops and ab3100_regulator_desc These regulator_ops variables and ab3100_regulator_desc array 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>