diff --git a/arch/i386/boot/video.S b/arch/i386/boot/video.S index 8c2a6faeeae51b128e27b43e4669a7ac75dcf792..2c5b5cc55f795339a30036691d0f0d45b6a48e1a 100644 --- a/arch/i386/boot/video.S +++ b/arch/i386/boot/video.S @@ -11,8 +11,6 @@ * */ -#include /* for CONFIG_VIDEO_* */ - /* Enable autodetection of SVGA adapters and modes. */ #undef CONFIG_VIDEO_SVGA diff --git a/arch/i386/kernel/nmi.c b/arch/i386/kernel/nmi.c index 0fc4997fb14330d94d429d769867902102c37fe4..3e8e3adb04896243323922cc0dadf3b94429c0c1 100644 --- a/arch/i386/kernel/nmi.c +++ b/arch/i386/kernel/nmi.c @@ -13,7 +13,6 @@ * Mikael Pettersson : PM converted to driver model. Disable/enable API. */ -#include #include #include #include diff --git a/arch/i386/lib/delay.c b/arch/i386/lib/delay.c index 3c0714c4b6691aaa7e256cce82262603cc82276c..f6edb11364dfe5edef9ffac33341b24307a85434 100644 --- a/arch/i386/lib/delay.c +++ b/arch/i386/lib/delay.c @@ -11,7 +11,6 @@ */ #include -#include #include #include diff --git a/include/linux/unwind.h b/include/linux/unwind.h index ce48e2cd37a28d52c1e15e8497e4b3c74da769ab..73e1751d03dd18e2806d4a018c05f9cf05eaf942 100644 --- a/include/linux/unwind.h +++ b/include/linux/unwind.h @@ -12,8 +12,6 @@ * is not much point in implementing the full Dwarf2 unwind API. */ -#include - struct module; #ifdef CONFIG_STACK_UNWIND