diff options
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | 2009-01-04 05:50:40 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-04 07:23:04 -0500 |
commit | 60d53c305805fcb612d3982dfef5c9e678e27f42 (patch) | |
tree | 350a860f8440cfe43d359033ddf5ca8a67a1b3e6 | |
parent | befa9e780d49f23b051a1ad96881274ceb275ae5 (diff) |
x86: traps.c fix style problems
Impact: cleanup
Fix:
WARNING: Use #include <linux/nmi.h> instead of <asm/nmi.h>
WARNING: Use #include <linux/smp.h> instead of <asm/smp.h>
WARNING: Use #include <linux/io.h> instead of <asm/io.h>
total: 0 errors, 3 warnings
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/kernel/traps.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/traps.c b/arch/x86/kernel/traps.c index ce6650eb64e9..25d5c3073582 100644 --- a/arch/x86/kernel/traps.c +++ b/arch/x86/kernel/traps.c | |||
@@ -65,9 +65,6 @@ | |||
65 | #else | 65 | #else |
66 | #include <asm/processor-flags.h> | 66 | #include <asm/processor-flags.h> |
67 | #include <asm/arch_hooks.h> | 67 | #include <asm/arch_hooks.h> |
68 | #include <asm/nmi.h> | ||
69 | #include <asm/smp.h> | ||
70 | #include <asm/io.h> | ||
71 | #include <asm/traps.h> | 68 | #include <asm/traps.h> |
72 | 69 | ||
73 | #include "cpu/mcheck/mce.h" | 70 | #include "cpu/mcheck/mce.h" |