From: Zachary Amsden Date: Sun, 1 Oct 2006 06:29:38 +0000 (-0700) Subject: [PATCH] Some config.h removals X-Git-Tag: v2.6.19-rc1~493 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a73fdc5ea836d2edc5e02890b51185fe304d7d3;p=platform%2Fkernel%2Flinux-exynos.git [PATCH] Some config.h removals During tracking down a PAE compile failure, I found that config.h was being included in a bunch of places in i386 code. It is no longer necessary, so drop it. Signed-off-by: Zachary Amsden Cc: Rusty Russell Cc: Jeremy Fitzhardinge Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/i386/boot/video.S b/arch/i386/boot/video.S index 8c2a6fa..2c5b5cc 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 0fc4997..3e8e3ad 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 3c0714c..f6edb11 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 ce48e2c..73e1751 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