commit | 4e105e3b4bc6a1825aefc56f11951e1496a5bb3c | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Thu Mar 21 20:00:38 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Thu Mar 21 14:59:09 2019 +0000 |
tree | c5c60a71058609c664dcc09b06ab2a74b24be1c6 | |
parent | 2e62e03333bb41277c920844e72bf26a29724b14 [diff] |
regulator: tps65132: Constify tps65132_regulator_ops and tps_regs_desc The tps65132_regulator_ops and tps_regs_desc 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>