diff options
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | 2008-12-31 17:35:02 +0530 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-02 19:03:38 +0100 |
commit | dceb4521c8ed24b9fe4230e0d385cf4770260383 (patch) | |
tree | 0c24613f9ab11495eddfa17a1b350cf1d81a8e7b /arch/x86/kernel | |
parent | 423a54058f746579aff1430877dbc82f17442b34 (diff) |
x86: nmi.c fix style problems
Impact: cleanup, fix style problems
Fixes style problems:
WARNING: Use #include <linux/smp.h> instead of <asm/smp.h>
WARNING: Use #include <linux/nmi.h> instead of <asm/nmi.h>
total: 0 errors, 2 warnings
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/nmi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/nmi.c b/arch/x86/kernel/nmi.c index 8bd1bf9622a..45a09ccdc21 100644 --- a/arch/x86/kernel/nmi.c +++ b/arch/x86/kernel/nmi.c @@ -26,11 +26,10 @@ #include <linux/kernel_stat.h> #include <linux/kdebug.h> #include <linux/smp.h> +#include <linux/nmi.h> #include <asm/i8259.h> #include <asm/io_apic.h> -#include <asm/smp.h> -#include <asm/nmi.h> #include <asm/proto.h> #include <asm/timer.h> |