aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorZachary Amsden <[email protected]>2006-09-30 23:29:38 -0700
committerLinus Torvalds <[email protected]>2006-10-01 00:39:34 -0700
commit5a73fdc5ea836d2edc5e02890b51185fe304d7d3 (patch)
treeca5c79c348eae9d4297952cb9f7ea188bf18bdaf /include/linux
parent789e6ac0a7cbbb38402293256a295302fd8a1100 (diff)
[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 <[email protected]> Cc: Rusty Russell <[email protected]> Cc: Jeremy Fitzhardinge <[email protected]> Cc: Andi Kleen <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/unwind.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/unwind.h b/include/linux/unwind.h
index ce48e2cd37a2..73e1751d03dd 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 <linux/config.h>
-
struct module;
#ifdef CONFIG_STACK_UNWIND