aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/autoload.c
diff options
context:
space:
mode:
authorRikard Falkeborn <[email protected]>2020-06-29 21:46:31 +0200
committerMark Brown <[email protected]>2020-07-01 18:33:14 +0100
commit8d41df6469eec8d784137aeeebf87dca7460ce37 (patch)
tree78e869d4f98bfae0c6d73cade16ee69a3b5e558a /tools/testing/selftests/bpf/prog_tests/autoload.c
parentbfa29acd18e53ff44135f2eae2b942419a8582cc (diff)
regulator: qcom_rpm: Constify struct regulator_ops
These are never modified, so make them const to allow the compiler to put them in read-only memory. Before: text data bss dec hex filename 17485 500 8 17993 4649 drivers/regulator/qcom_rpm-regulator.o After: text data bss dec hex filename 17881 104 8 17993 4649 drivers/regulator/qcom_rpm-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