aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/handle_exit.c
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2020-11-02 18:11:16 +0000
committerMarc Zyngier <maz@kernel.org>2020-11-10 11:22:52 +0000
commit6ac4a5ac50d1d25a61aa00e660eebb21a2ff9b96 (patch)
treee9605da1280996df897141526933d19fec9ffda5 /arch/arm64/kvm/handle_exit.c
parentKVM: arm64: Drop legacy copro shadow register (diff)
downloadlinux-dev-6ac4a5ac50d1d25a61aa00e660eebb21a2ff9b96.tar.xz
linux-dev-6ac4a5ac50d1d25a61aa00e660eebb21a2ff9b96.zip
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/handle_exit.c')
-rw-r--r--arch/arm64/kvm/handle_exit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kvm/handle_exit.c b/arch/arm64/kvm/handle_exit.c
index f79137ee4274..cebe39f3b1b6 100644
--- a/arch/arm64/kvm/handle_exit.c
+++ b/arch/arm64/kvm/handle_exit.c
@@ -14,7 +14,6 @@
#include <asm/esr.h>
#include <asm/exception.h>
#include <asm/kvm_asm.h>
-#include <asm/kvm_coproc.h>
#include <asm/kvm_emulate.h>
#include <asm/kvm_mmu.h>
#include <asm/debug-monitors.h>