diff options
author | Jakub Kicinski <[email protected]> | 2023-01-25 23:14:16 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-01-27 11:19:46 +0000 |
commit | 68f4eae781dd25aca2eb84ca2279663689db8d19 (patch) | |
tree | be273fafd19473e4cf587cbe588512557ff752d5 /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | 9a859da287870715a22ce05d6ae377ae8ac79cc3 (diff) |
net: checksum: drop the linux/uaccess.h include
net/checksum.h pulls in linux/uaccess.h which is large.
In the x86 header the include seems to not be needed at all.
ARM on the other hand does not include uaccess.h, even tho
it calls access_ok().
In the generic implementation guard the include of linux/uaccess.h
with the same condition as the code that needs it.
With this change pre-processed net/checksum.h shrinks on x86
from 30616 lines to just 1193.
Signed-off-by: Jakub Kicinski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions