aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2023-01-25 23:14:15 -0800
committerDavid S. Miller <davem@davemloft.net>2023-01-27 11:19:46 +0000
commit9a859da287870715a22ce05d6ae377ae8ac79cc3 (patch)
treed5ccfbd0b29d7f20e0e0afd0ae7e95695c5349f4 /net/unix/af_unix.c
parentac62f60619fa5b53144fefdca6d2a219125a0228 (diff)
downloadlinux-9a859da287870715a22ce05d6ae377ae8ac79cc3.tar.gz
linux-9a859da287870715a22ce05d6ae377ae8ac79cc3.tar.bz2
linux-9a859da287870715a22ce05d6ae377ae8ac79cc3.zip
net: skbuff: drop the linux/net.h include
It appears nothing needs it. The kernel builds fine with this include removed, building an otherwise empty source file with: #include <linux/skbuff.h> #ifdef _LINUX_NET_H #error linux/net.h is back #endif works too (meaning net.h is not just pulled in indirectly). This gives us a slight 0.5% reduction in the pre-processed size of skbuff.h. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions