mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] [linux-next] x86/smpboot: Remove duplicate inclusion of asm/reammode.h
@ 2017-03-13  9:35 Masanari Iida
  2017-03-13  9:57 ` Thomas Gleixner
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2017-03-13  9:35 UTC (permalink / raw)
  To: tglx, linux-kernel, mingo, hpa; +Cc: Masanari Iida

This patch remove duplicate asm/realmode.h in smpboot.c
Confirm successfully compile after remove the line.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>

# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
# On branch smpboot-fix
# Changes to be committed:
#	modified:   arch/x86/kernel/smpboot.c
#
---
 arch/x86/kernel/smpboot.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index ca7386d04194..80ba0b2046fa 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -75,7 +75,6 @@
 #include <asm/uv/uv.h>
 #include <linux/mc146818rtc.h>
 #include <asm/i8259.h>
-#include <asm/realmode.h>
 #include <asm/misc.h>
 
 /* Number of siblings per CPU package */
-- 
2.12.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-13  9:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-13  9:35 [PATCH] [linux-next] x86/smpboot: Remove duplicate inclusion of asm/reammode.h Masanari Iida
2017-03-13  9:57 ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®