[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220520120013.3312909-1-pbonzini@redhat.com>
Date: Fri, 20 May 2022 08:00:13 -0400
From: Paolo Bonzini <pbonzini@...hat.com>
To: linux-kernel@...r.kernel.org, kvm@...r.kernel.org
Cc: likexu@...cent.com
Subject: [PATCH] KVM: x86/pmu: remove useless prototype
Signed-off-by: Paolo Bonzini <pbonzini@...hat.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
Powered by blists - more mailing lists