[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <159852309922.20229.10538355167500670511.tip-bot2@tip-bot2>
Date: Thu, 27 Aug 2020 10:11:39 -0000
From: "tip-bot2 for Wang Hai" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Hulk Robot <hulkci@...wei.com>, Wang Hai <wanghai38@...wei.com>,
Borislav Petkov <bp@...e.de>,
Pekka Enberg <penberg@...nel.org>, x86 <x86@...nel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [tip: x86/cleanups] x86/mpparse: Remove duplicate io_apic.h include
The following commit has been merged into the x86/cleanups branch of tip:
Commit-ID: e33ab2064836600603289ad2ed0ca3424f395fa8
Gitweb: https://git.kernel.org/tip/e33ab2064836600603289ad2ed0ca3424f395fa8
Author: Wang Hai <wanghai38@...wei.com>
AuthorDate: Wed, 19 Aug 2020 19:29:10 +08:00
Committer: Borislav Petkov <bp@...e.de>
CommitterDate: Thu, 27 Aug 2020 12:00:28 +02:00
x86/mpparse: Remove duplicate io_apic.h 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>
Signed-off-by: Borislav Petkov <bp@...e.de>
Reviewed-by: Pekka Enberg <penberg@...nel.org>
Link: https://lkml.kernel.org/r/20200819112910.7629-1-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 411af4a..00e5162 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>
Powered by blists - more mailing lists