diff options
author | Rikard Falkeborn <[email protected]> | 2020-06-18 00:32:45 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-06-18 13:47:33 +0100 |
commit | b37f076d4bfdd29b3aa497480b226759f659e25f (patch) | |
tree | 862a71bdc92e1a0d1a9e5e82ab0b036e1005bba9 /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | bcf39c1eb1e059ec612bf06f4aa7b3972dcc85e8 (diff) |
regulator: ltc3676: Constify ltc3676_regulators
ltc3676_regulators is not modified and can be made const to allow the
compiler to put it in read-only memory.
Before:
text data bss dec hex filename
4361 2064 8 6433 1921 drivers/regulator/ltc3676.o
After:
text data bss dec hex filename
6121 304 8 6433 1921 drivers/regulator/ltc3676.o
Signed-off-by: Rikard Falkeborn <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions