linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86: remove duplicate include
@ 2020-11-09  3:45 Wang Qing
  2020-11-20 16:50 ` [tip: x86/cleanups] x86/head64: Remove " tip-bot2 for Wang Qing
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Qing @ 2020-11-09  3:45 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86,
	H. Peter Anvin, Joerg Roedel, Andrew Morton, Mike Rapoport,
	Nick Desaulniers, Wang Qing, Joe Perches, linux-kernel

Remove duplicate header which is included twice.

Signed-off-by: Wang Qing <wangqing@vivo.com>
---
 arch/x86/kernel/head64.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c
index 05e1171..5e9beb7
--- a/arch/x86/kernel/head64.c
+++ b/arch/x86/kernel/head64.c
@@ -37,7 +37,6 @@
 #include <asm/kasan.h>
 #include <asm/fixmap.h>
 #include <asm/realmode.h>
-#include <asm/desc.h>
 #include <asm/extable.h>
 #include <asm/trapnr.h>
 #include <asm/sev-es.h>
-- 
2.7.4


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

* [tip: x86/cleanups] x86/head64: Remove duplicate include
  2020-11-09  3:45 [PATCH] x86: remove duplicate include Wang Qing
@ 2020-11-20 16:50 ` tip-bot2 for Wang Qing
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Wang Qing @ 2020-11-20 16:50 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Wang Qing, Borislav Petkov, x86, linux-kernel

The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID:     61b39ad9a7d26fe14a2f5f23e5e940e7f9664d41
Gitweb:        https://git.kernel.org/tip/61b39ad9a7d26fe14a2f5f23e5e940e7f9664d41
Author:        Wang Qing <wangqing@vivo.com>
AuthorDate:    Mon, 09 Nov 2020 11:45:41 +08:00
Committer:     Borislav Petkov <bp@suse.de>
CommitterDate: Fri, 20 Nov 2020 17:43:15 +01:00

x86/head64: Remove duplicate include

Remove duplicate header include.

Signed-off-by: Wang Qing <wangqing@vivo.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/1604893542-20961-1-git-send-email-wangqing@vivo.com
---
 arch/x86/kernel/head64.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c
index 05e1171..5e9beb7 100644
--- a/arch/x86/kernel/head64.c
+++ b/arch/x86/kernel/head64.c
@@ -37,7 +37,6 @@
 #include <asm/kasan.h>
 #include <asm/fixmap.h>
 #include <asm/realmode.h>
-#include <asm/desc.h>
 #include <asm/extable.h>
 #include <asm/trapnr.h>
 #include <asm/sev-es.h>

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

end of thread, other threads:[~2020-11-20 16:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09  3:45 [PATCH] x86: remove duplicate include Wang Qing
2020-11-20 16:50 ` [tip: x86/cleanups] x86/head64: Remove " tip-bot2 for Wang Qing

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).