diff options
author | Dave Jones <davej@redhat.com> | 2006-09-26 10:52:36 +0200 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-09-26 10:52:36 +0200 |
commit | f704cb935006580db0495e54d3c82631f6e2a984 (patch) | |
tree | 54c0dac91f938d2ee848a0ab05e7484790759b2f /include/asm-i386/dwarf2.h | |
parent | 06039754d775d3e48e4a292e4f353321205eff53 (diff) |
[PATCH] x86: remove config.h includes from asm-i386 & asm-x86_64
This is now automatically included by kbuild.
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'include/asm-i386/dwarf2.h')
-rw-r--r-- | include/asm-i386/dwarf2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-i386/dwarf2.h b/include/asm-i386/dwarf2.h index 2280f6272f8..fe2392f361e 100644 --- a/include/asm-i386/dwarf2.h +++ b/include/asm-i386/dwarf2.h @@ -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 |