summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/pmu.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2022-05-20 08:00:05 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2022-06-08 04:48:29 -0400
commitec4036edf924f741bc717d9afa25053cf63fa218 (patch)
treef9cfa6f079fd140cea3c82f0a76b2fe62ab3afa5 /arch/x86/kvm/pmu.h
parent43d62d108af87e683ebe41ffd76ac60594544de3 (diff)
KVM: x86/pmu: remove useless prototype
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/pmu.h')
-rw-r--r--arch/x86/kvm/pmu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/pmu.h b/arch/x86/kvm/pmu.h
index 796ff839493b..f7bd4de14c92 100644
--- a/arch/x86/kvm/pmu.h
+++ b/arch/x86/kvm/pmu.h
@@ -191,7 +191,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);