From: Randy Dunlap Date: Sun, 3 Jun 2018 04:40:19 +0000 (-0700) Subject: net: skbuff.h: drop unneeded X-Git-Tag: v4.18-rc1~114^2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f4c74132140c184b8cbcf0a7298beda1d3681de;p=thirdparty%2Fkernel%2Flinux.git net: skbuff.h: drop unneeded does not use nor need , so drop this header file from skbuff.h. is currently #included in around 1200 C source and header files, making it the 31st most-used header file. Build tested [allmodconfig] on 20 arch-es. Signed-off-by: Randy Dunlap Signed-off-by: David S. Miller --- diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 693564a9a9799..164cdedf6012c 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -854,8 +854,6 @@ struct sk_buff { /* * Handling routines are only of interest to the kernel */ -#include - #define SKB_ALLOC_FCLONE 0x01 #define SKB_ALLOC_RX 0x02