aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/autoload.c
diff options
context:
space:
mode:
authorRikard Falkeborn <[email protected]>2020-06-18 00:32:43 +0200
committerMark Brown <[email protected]>2020-06-18 13:47:31 +0100
commitcae62a937912bd4b3faf8e268cc0ffcf00ec5850 (patch)
treee4b55ef6f47729ea12b4933a98183d1579a70cdb /tools/testing/selftests/bpf/prog_tests/autoload.c
parent0ac87aed5b5ddf734423505b73ce815d67a20113 (diff)
regulator: anatop: Constify anatop_core_rops
anatop_core_rops is not modified and can therefore be made const which allows the compiler to put it in read-only memory. Before: text data bss dec hex filename 4502 412 0 4914 1332 drivers/regulator/anatop-regulator.o After: text data bss dec hex filename 4634 280 0 4914 1332 drivers/regulator/anatop-regulator.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