[PATCH] x86: remove config.h includes from asm-i386 & asm-x86_64
authorDave Jones <davej@redhat.com>
Tue, 26 Sep 2006 08:52:36 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:36 +0000 (10:52 +0200)
This is now automatically included by kbuild.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andi Kleen <ak@suse.de>
include/asm-i386/dwarf2.h
include/asm-i386/tsc.h
include/asm-x86_64/calgary.h

index 2280f6272f80c9c6e83248b72588938de6ab34de..fe2392f361eed5e91f0a128f9b77892ea4adaaeb 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _DWARF2_H
 #define _DWARF2_H
 
-#include <linux/config.h>
-
 #ifndef __ASSEMBLY__
 #warning "asm/dwarf2.h should be only included in pure assembly files"
 #endif
index 97b828ce31e0b8687d7bd04a6d5cbf278d6fc0dd..c13933185c1cc20f1a0b0cfbc01d67f92bee26dc 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef _ASM_i386_TSC_H
 #define _ASM_i386_TSC_H
 
-#include <linux/config.h>
 #include <asm/processor.h>
 
 /*
index 0a03bda94d03ff29d7d3fee5caf2179e028a4565..6b93f5a3a5c8ee81eff80cf96ed40653338f58ed 100644 (file)
@@ -24,7 +24,6 @@
 #ifndef _ASM_X86_64_CALGARY_H
 #define _ASM_X86_64_CALGARY_H
 
-#include <linux/config.h>
 #include <linux/spinlock.h>
 #include <linux/device.h>
 #include <linux/dma-mapping.h>