diff options
author | Marc Zyngier <maz@kernel.org> | 2020-11-02 21:11:16 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-11-10 14:22:52 +0300 |
commit | 6ac4a5ac50d1d25a61aa00e660eebb21a2ff9b96 (patch) | |
tree | e9605da1280996df897141526933d19fec9ffda5 /arch/arm64/kvm/reset.c | |
parent | 5f7e02aebdf0c8d255f3ff2df8595fd220e7d5ce (diff) | |
download | linux-6ac4a5ac50d1d25a61aa00e660eebb21a2ff9b96.tar.xz |
KVM: arm64: Drop kvm_coproc.h
kvm_coproc.h used to serve as a compatibility layer for the files
shared between the 32 and 64 bit ports.
Another one bites the dust...
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'arch/arm64/kvm/reset.c')
-rw-r--r-- | arch/arm64/kvm/reset.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kvm/reset.c b/arch/arm64/kvm/reset.c index f32490229a4c..74ce92a4988c 100644 --- a/arch/arm64/kvm/reset.c +++ b/arch/arm64/kvm/reset.c @@ -25,7 +25,6 @@ #include <asm/ptrace.h> #include <asm/kvm_arm.h> #include <asm/kvm_asm.h> -#include <asm/kvm_coproc.h> #include <asm/kvm_emulate.h> #include <asm/kvm_mmu.h> #include <asm/virt.h> |