mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH -next] KVM: x86/xen: Remove duplicated include in xen.c
@ 2022-04-01  0:14 Yang Li
  0 siblings, 0 replies; only message in thread
From: Yang Li @ 2022-04-01  0:14 UTC (permalink / raw)
  To: tglx
  Cc: mingo, dave.hansen, pbonzini, seanjc, vkuznets, wanpengli,
	jmattson, joro, x86, kvm, linux-kernel, Yang Li, Abaci Robot

Fix following includecheck warning:
./arch/x86/kvm/xen.c: lapic.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 arch/x86/kvm/xen.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kvm/xen.c b/arch/x86/kvm/xen.c
index 7e7c8a5bff52..6e408cabd077 100644
--- a/arch/x86/kvm/xen.c
+++ b/arch/x86/kvm/xen.c
@@ -10,7 +10,6 @@
 #include "xen.h"
 #include "lapic.h"
 #include "hyperv.h"
-#include "lapic.h"
 
 #include <linux/eventfd.h>
 #include <linux/kvm_host.h>
-- 
2.20.1.7.g153144c


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-01  0:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-01  0:14 [PATCH -next] KVM: x86/xen: Remove duplicated include in xen.c Yang Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome