diff options
author | Marc Zyngier <maz@kernel.org> | 2020-11-02 19:11:16 +0100 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-11-10 12:22:52 +0100 |
commit | 6ac4a5ac50d1d25a61aa00e660eebb21a2ff9b96 (patch) | |
tree | e9605da1280996df897141526933d19fec9ffda5 /arch/arm64/kvm/guest.c | |
parent | KVM: arm64: Drop legacy copro shadow register (diff) | |
download | linux-6ac4a5ac50d1d25a61aa00e660eebb21a2ff9b96.tar.xz linux-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/guest.c')
-rw-r--r-- | arch/arm64/kvm/guest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kvm/guest.c b/arch/arm64/kvm/guest.c index 3f23f7478d2a..9bbd30e62799 100644 --- a/arch/arm64/kvm/guest.c +++ b/arch/arm64/kvm/guest.c @@ -24,7 +24,6 @@ #include <asm/fpsimd.h> #include <asm/kvm.h> #include <asm/kvm_emulate.h> -#include <asm/kvm_coproc.h> #include <asm/sigcontext.h> #include "trace.h" |