From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH] net: skbuff.h: drop unneeded Date: Sat, 2 Jun 2018 21:40:19 -0700 Message-ID: <86ee9a53-3136-7a2c-e59a-57d4d078188f@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: LKML , Andrew Morton To: "netdev@vger.kernel.org" , David Miller Return-path: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Randy Dunlap 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 --- include/linux/skbuff.h | 2 -- 1 file changed, 2 deletions(-) --- lnx.orig/include/linux/skbuff.h +++ lnx.next/include/linux/skbuff.h @@ -852,8 +852,6 @@ struct sk_buff { /* * Handling routines are only of interest to the kernel */ -#include - #define SKB_ALLOC_FCLONE 0x01 #define SKB_ALLOC_RX 0x02