From: Randy Dunlap Date: Fri, 16 Feb 2018 00:49:45 +0000 (-0800) Subject: headers: Drop two #included headers from X-Git-Tag: v4.19~1360^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=562c45d635ecd5c0648ceb4d4aff9bdc1ad91252;p=platform%2Fkernel%2Flinux-rpi.git headers: Drop two #included headers from It seems that does not need nor . 8 kernels builds are successful without these 2 headers (allmodconfig, allyesconfig, allnoconfig, and tinyconfig on both i386 and x86_64). is #included 3875 times in 4.16-rc1, so this reduces #include processing of these 2 files by a total of 7750 times. Since I only tested x86 builds, this needs to be tested on other $ARCHes as well. Signed-off-by: Randy Dunlap Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: linux-arch@vger.kernel.org Link: http://lkml.kernel.org/r/b24b9ec8-4970-65f5-759a-911d4ba2fcf0@infradead.org Signed-off-by: Ingo Molnar --- diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 69c2382..5426627 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -4,9 +4,7 @@ #define _LINUX_INTERRUPT_H #include -#include #include -#include #include #include #include