All of lore.kernel.org
 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

* Re: [PATCH -next] x86/mpparse: remove duplicate include
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Pekka Enberg @ 2020-08-19 13:01 UTC (permalink / raw)
  To: Wang Hai; +Cc: tglx, mingo, bp, hpa, penberg, rppt, eert, x86, linux-kernel

On Wed, Aug 19, 2020 at 07:29:10PM +0800, Wang Hai wrote:
> 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>

Reviewed-by: Pekka Enberg <penberg@kernel.org>

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

* [tip: x86/cleanups] x86/mpparse: Remove duplicate io_apic.h include
  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-bot2 for Wang Hai
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Wang Hai @ 2020-08-27 10:11 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Hulk Robot, Wang Hai, Borislav Petkov, Pekka Enberg, x86, LKML

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@huawei.com>
AuthorDate:    Wed, 19 Aug 2020 19:29:10 +08:00
Committer:     Borislav Petkov <bp@suse.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@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Pekka Enberg <penberg@kernel.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>

^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.