瀏覽代碼

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>
Huang Weiyi 17 年之前
父節點
當前提交
883b7af932
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/x86/kernel/smpboot.c

+ 0 - 1
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>