From: Randy Dunlap Date: Sun, 25 Feb 2018 05:22:18 +0000 (-0800) Subject: genirq: Drop 5 #included header files from irq.h X-Git-Tag: Ubuntu-5.2.0-15.16~4699^2~18 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=e69c61dd050e410d78363e5fe6e56a9f719abdf5;p=mirror_ubuntu-eoan-kernel.git genirq: Drop 5 #included header files from irq.h does not use nor need several of its #included files, so drop those header files from irq.h. is currently #included in around 1135 C source files (oops, I didn't count other header files that #include it), making it the 29th most-used header file. Build tested on i386 and x86_64 * (allnoconfig, tiny.config, defconfig, allyesconfig, and allmodconfig) and x64_64 allmodconfig + SMP=disabled. Signed-off-by: Randy Dunlap Signed-off-by: Thomas Gleixner Link: https://lkml.kernel.org/r/02745e91-c117-74b5-d043-dceb3d4bb4e0@infradead.org --- diff --git a/include/linux/irq.h b/include/linux/irq.h index a0231e96a578..979eed1b2654 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h @@ -10,18 +10,13 @@ * Thanks. --rmk */ -#include -#include #include #include #include -#include #include #include #include -#include #include -#include #include #include