Skip to content

Commit b098495

Browse files
Yue Haibingbonzini
authored andcommitted
KVM: x86: hyper-v: Remove unused inline function kvm_hv_free_pa_page()
There is no caller in tree since introduction in commit b4f69df ("KVM: x86: Make Hyper-V emulation optional") Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Message-ID: <20240803113233.128185-1-yuehaibing@huawei.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent cd2d006 commit b098495

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/kvm/hyperv.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ static inline int kvm_hv_hypercall(struct kvm_vcpu *vcpu)
286286
return HV_STATUS_ACCESS_DENIED;
287287
}
288288
static inline void kvm_hv_vcpu_purge_flush_tlb(struct kvm_vcpu *vcpu) {}
289-
static inline void kvm_hv_free_pa_page(struct kvm *kvm) {}
290289
static inline bool kvm_hv_synic_has_vector(struct kvm_vcpu *vcpu, int vector)
291290
{
292291
return false;

0 commit comments

Comments
 (0)