linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] x86/mpparse: remove duplicate include
@ 2020-08-19 11:29 Wang Hai
  2020-08-19 13:01 ` Pekka Enberg
  2020-08-27 10:11 ` [tip: x86/cleanups] x86/mpparse: Remove duplicate io_apic.h include tip-bot2 for Wang Hai
  0 siblings, 2 replies; 3+ messages in thread
From: Wang Hai @ 2020-08-19 11:29 UTC (permalink / raw)
  To: tglx, mingo, bp, hpa, penberg, rppt, eert, x86; +Cc: linux-kernel

Remove asm/io_apic.h which is included more than once

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
---
 arch/x86/kernel/mpparse.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c
index 411af4aa7b51..00e51626eeb0 100644
--- a/arch/x86/kernel/mpparse.c
+++ b/arch/x86/kernel/mpparse.c
@@ -24,7 +24,6 @@
 #include <asm/irqdomain.h>
 #include <asm/mtrr.h>
 #include <asm/mpspec.h>
-#include <asm/io_apic.h>
 #include <asm/proto.h>
 #include <asm/bios_ebda.h>
 #include <asm/e820/api.h>
-- 
2.17.1


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

end of thread, other threads:[~2020-08-27 10:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-19 11:29 [PATCH -next] x86/mpparse: remove duplicate include Wang Hai
2020-08-19 13:01 ` Pekka Enberg
2020-08-27 10:11 ` [tip: x86/cleanups] x86/mpparse: Remove duplicate io_apic.h include tip-bot2 for Wang Hai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).