diff options
author | Dave Jones <davej@redhat.com> | 2006-10-04 03:38:54 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-10-04 03:38:54 -0400 |
commit | 038b0a6d8d32db934bba6a24e74e76e4e327a94f (patch) | |
tree | 5fbeb3e8f140e20f8ce0e33e12b32ec5b0724cd6 /include/asm-i386 | |
parent | 78b656b8bf933101b42409b4492734b23427bfc3 (diff) |
Remove all inclusions of <linux/config.h>
kbuild explicitly includes this at build time.
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include/asm-i386')
-rw-r--r-- | include/asm-i386/alternative-asm.i | 2 | ||||
-rw-r--r-- | include/asm-i386/frame.i | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-i386/alternative-asm.i b/include/asm-i386/alternative-asm.i index 6c47e3b9484b..f0510209ccbe 100644 --- a/include/asm-i386/alternative-asm.i +++ b/include/asm-i386/alternative-asm.i | |||
@@ -1,5 +1,3 @@ | |||
1 | #include <linux/config.h> | ||
2 | |||
3 | #ifdef CONFIG_SMP | 1 | #ifdef CONFIG_SMP |
4 | .macro LOCK_PREFIX | 2 | .macro LOCK_PREFIX |
5 | 1: lock | 3 | 1: lock |
diff --git a/include/asm-i386/frame.i b/include/asm-i386/frame.i index 4d68ddce18b6..03620251ae17 100644 --- a/include/asm-i386/frame.i +++ b/include/asm-i386/frame.i | |||
@@ -1,4 +1,3 @@ | |||
1 | #include <linux/config.h> | ||
2 | #include <asm/dwarf2.h> | 1 | #include <asm/dwarf2.h> |
3 | 2 | ||
4 | /* The annotation hides the frame from the unwinder and makes it look | 3 | /* The annotation hides the frame from the unwinder and makes it look |