KVM: Remove kvm_arch_vcpu_free() declaration
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 18 Dec 2019 21:55:08 +0000 (13:55 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 Jan 2020 08:19:06 +0000 (09:19 +0100)
commitfe931f12277186d1a9d38ba6729b42e8edb68988
tree4d707a3f35ebb9d525c80f237b48b8a46fd2ea0b
parent50b143e1b3cfb71c38bdd20dd64c98aa3528117f
KVM: Remove kvm_arch_vcpu_free() declaration

Remove KVM's declaration of kvm_arch_vcpu_free() now that the function
is gone from all architectures (several architectures were relying on
the forward declaration).

Acked-by: Christoffer Dall <christoffer.dall@arm.com>
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/linux/kvm_host.h