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>

authored by

Jaswinder Singh Rajput and committed by
Ingo Molnar
dceb4521 423a5405

+1 -2
+1 -2
arch/x86/kernel/nmi.c
··· 26 26 #include <linux/kernel_stat.h> 27 27 #include <linux/kdebug.h> 28 28 #include <linux/smp.h> 29 + #include <linux/nmi.h> 29 30 30 31 #include <asm/i8259.h> 31 32 #include <asm/io_apic.h> 32 - #include <asm/smp.h> 33 - #include <asm/nmi.h> 34 33 #include <asm/proto.h> 35 34 #include <asm/timer.h> 36 35