diff options
author | Like Xu <like.xu.linux@gmail.com> | 2022-04-06 09:37:12 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-04-13 20:37:18 +0300 |
commit | 04c975121cae872acb553e1ad0a132f9b4a2640b (patch) | |
tree | aa0054a3d63ba566651d239a6f6255bf21a9bbd7 /arch/x86/kvm/xen.c | |
parent | a4cfff3f0f8c07f1f7873a82bdeb3995807dac8c (diff) | |
download | linux-04c975121cae872acb553e1ad0a132f9b4a2640b.tar.xz |
KVM: x86/xen: Remove the redundantly included header file lapic.h
The header lapic.h is included more than once, remove one of them.
Signed-off-by: Like Xu <likexu@tencent.com>
Message-Id: <20220406063715.55625-2-likexu@tencent.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/xen.c')
-rw-r--r-- | arch/x86/kvm/xen.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |