Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 883b7af9 authored by Huang Weiyi's avatar Huang Weiyi Committed by Thomas Gleixner
Browse files

x86: smpboot.c: removed duplicated include



Removed duplicated include <asm/nmi.h> in
arch/x86/kernel/smpboot.c.

Signed-off-by: default avatarHuang Weiyi <weiyi.huang@gmail.com>
Cc: mingo@redhat.com
Cc: hpa@zytor.com
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 2cc74111
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>