Commit 5a73fdc5ea836d2edc5e02890b51185fe304d7d3

Authored by Zachary Amsden
Committed by Linus Torvalds
1 parent 789e6ac0a7

[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 <zach@vmware.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Jeremy Fitzhardinge <jeremy@xensource.com>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Showing 4 changed files with 0 additions and 6 deletions Side-by-side Diff

arch/i386/boot/video.S
... ... @@ -11,8 +11,6 @@
11 11 *
12 12 */
13 13  
14   -#include <linux/config.h> /* for CONFIG_VIDEO_* */
15   -
16 14 /* Enable autodetection of SVGA adapters and modes. */
17 15 #undef CONFIG_VIDEO_SVGA
18 16  
arch/i386/kernel/nmi.c
... ... @@ -13,7 +13,6 @@
13 13 * Mikael Pettersson : PM converted to driver model. Disable/enable API.
14 14 */
15 15  
16   -#include <linux/config.h>
17 16 #include <linux/delay.h>
18 17 #include <linux/interrupt.h>
19 18 #include <linux/module.h>
arch/i386/lib/delay.c
... ... @@ -11,7 +11,6 @@
11 11 */
12 12  
13 13 #include <linux/module.h>
14   -#include <linux/config.h>
15 14 #include <linux/sched.h>
16 15 #include <linux/delay.h>
17 16  
include/linux/unwind.h
... ... @@ -12,8 +12,6 @@
12 12 * is not much point in implementing the full Dwarf2 unwind API.
13 13 */
14 14  
15   -#include <linux/config.h>
16   -
17 15 struct module;
18 16  
19 17 #ifdef CONFIG_STACK_UNWIND