[PATCH] KVM: x86/pmu: remove useless prototype

Paolo Bonzini posted 1 patch 3 years, 11 months ago
arch/x86/kvm/pmu.h | 1 -
1 file changed, 1 deletion(-)
[PATCH] KVM: x86/pmu: remove useless prototype
Posted by Paolo Bonzini 3 years, 11 months ago
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 arch/x86/kvm/pmu.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kvm/pmu.h b/arch/x86/kvm/pmu.h
index 0bce361f72b8..4e9785d3dc70 100644
--- a/arch/x86/kvm/pmu.h
+++ b/arch/x86/kvm/pmu.h
@@ -196,7 +196,6 @@ void kvm_pmu_cleanup(struct kvm_vcpu *vcpu);
 void kvm_pmu_destroy(struct kvm_vcpu *vcpu);
 int kvm_vm_ioctl_set_pmu_event_filter(struct kvm *kvm, void __user *argp);
 void kvm_pmu_trigger_event(struct kvm_vcpu *vcpu, u64 perf_hw_id);
-void kvm_init_pmu_capability(void);
 
 bool is_vmware_backdoor_pmc(u32 pmc_idx);
 
-- 
2.31.1