summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
diff options
context:
space:
mode:
authorHuang Weiyi <weiyi.huang@gmail.com>2008-05-11 19:36:57 +0800
committerThomas Gleixner <tglx@linutronix.de>2008-05-25 08:58:32 +0200
commit883b7af932b4435eb4798cfa4fec0848639c2a87 (patch)
treee9112ffd456105c733b9eb3eb7a50c5ff0696189 /arch/x86/kernel
parent2cc74111c78dbc7b26c41b4e87cfebfc3aed49c4 (diff)
x86: smpboot.c: removed duplicated include
Removed duplicated include <asm/nmi.h> in arch/x86/kernel/smpboot.c. Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> Cc: mingo@redhat.com Cc: hpa@zytor.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r--arch/x86/kernel/smpboot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 38988491c622..0974fc0997b9 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -59,7 +59,6 @@
#include <asm/pgtable.h>
#include <asm/tlbflush.h>
#include <asm/mtrr.h>
-#include <asm/nmi.h>
#include <asm/vmi.h>
#include <asm/genapic.h>
#include <linux/mc146818rtc.h>