[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200819112910.7629-1-wanghai38@huawei.com>
Date: Wed, 19 Aug 2020 19:29:10 +0800
From: Wang Hai <wanghai38@...wei.com>
To: <tglx@...utronix.de>, <mingo@...hat.com>, <bp@...en8.de>,
<hpa@...or.com>, <penberg@...nel.org>, <rppt@...nel.org>,
<eert@...ux-m68k.org>, <x86@...nel.org>
CC: <linux-kernel@...r.kernel.org>
Subject: [PATCH -next] x86/mpparse: remove duplicate include
Remove asm/io_apic.h which is included more than once
Reported-by: Hulk Robot <hulkci@...wei.com>
Signed-off-by: Wang Hai <wanghai38@...wei.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
Powered by blists - more mailing lists