[PATCH 1/4] KVM: x86/xen: Remove the redundantly included header file lapic.h
From: Like Xu
Date: Wed Apr 06 2022 - 06:14:52 EST
The header lapic.h is included more than once, remove one of them.
Signed-off-by: Like Xu <likexu@xxxxxxxxxxx>
---
Note: repeated as https://lore.kernel.org/kvm/20220401001442.100637-1-yang.lee@xxxxxxxxxxxxxxxxx/
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..610beba35907 100644
--- a/arch/x86/kvm/xen.c
+++ b/arch/x86/kvm/xen.c
@@ -8,7 +8,6 @@
#include "x86.h"
#include "xen.h"
-#include "lapic.h"
#include "hyperv.h"
#include "lapic.h"
--
2.35.1