commit | 4b77a49cb82652488e35ed8d3809f33cedbad6dc | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Tue Apr 16 18:17:28 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Tue Apr 16 17:30:41 2019 +0100 |
tree | 8f2fb36374e85aa5ebc4961218be2c0c9a8f4ea2 | |
parent | de110f387371337cf90f40055cf1ebdf01b6f427 [diff] |
regulator: tps80031: Constify regulator_ops and tps80031_dcdc_voltages array These regulator_ops variables and tps80031_dcdc_voltages 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>