diff options
author | Will Deacon <will@kernel.org> | 2020-11-18 22:44:02 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-11-27 21:59:05 +0300 |
commit | bf118a5cb7e6d17e7ec9492e4dc676e7e7b69d01 (patch) | |
tree | 651d9f414b9e7c67304f21c6f7ec40275978c7a1 /arch/arm64/include/asm/kvm_host.h | |
parent | 36fb4cd55f626dff0f6e76bed14707fa00147b7f (diff) | |
download | linux-bf118a5cb7e6d17e7ec9492e4dc676e7e7b69d01.tar.xz |
KVM: arm64: Remove unused __extended_idmap_trampoline() prototype
__extended_idmap_trampoline() was removed a long time ago by
3421e9d88d7a ("arm64: KVM: Simplify HYP init/teardown") so remove the
unused function prototype.
Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Cc: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20201118194402.2892-4-will@kernel.org
Diffstat (limited to 'arch/arm64/include/asm/kvm_host.h')
-rw-r--r-- | arch/arm64/include/asm/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/kvm_host.h b/arch/arm64/include/asm/kvm_host.h index 6691043d8930..724c74cfacdd 100644 --- a/arch/arm64/include/asm/kvm_host.h +++ b/arch/arm64/include/asm/kvm_host.h @@ -58,7 +58,6 @@ int kvm_arm_init_sve(void); int __attribute_const__ kvm_target_cpu(void); int kvm_reset_vcpu(struct kvm_vcpu *vcpu); void kvm_arm_vcpu_destroy(struct kvm_vcpu *vcpu); -void __extended_idmap_trampoline(phys_addr_t boot_pgd, phys_addr_t idmap_start); struct kvm_vmid { /* The VMID generation used for the virt. memory system */ |