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:32 +0200
committerMark Brown <[email protected]>2020-07-01 18:33:15 +0100
commit3b619e3e2d1a89f383a0a0c527818dcb2bc66f92 (patch)
treef010e48463a358494262e7e1b3b9a8fc740ad999 /tools/testing/selftests/bpf/prog_tests/autoload.c
parent8d41df6469eec8d784137aeeebf87dca7460ce37 (diff)
regulator: qcom_spmi: 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 20362 2592 152 23106 5a42 drivers/regulator/qcom_spmi-regulator.o After: text data bss dec hex filename 21814 1140 152 23106 5a42 drivers/regulator/qcom_spmi-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