From: Sean Christopherson Date: Fri, 29 May 2026 22:22:00 +0000 (-0700) Subject: KVM: x86: Drop defunct vcpu_tsc_khz() declaration X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e688ca78589df501ea4465f6e9c063340e684f8b;p=thirdparty%2Fkernel%2Flinux.git KVM: x86: Drop defunct vcpu_tsc_khz() declaration Remove a dead vcpu_tsc_khz() declaration. No functional change intended. Reviewed-by: Kai Huang Reviewed-by: Yosry Ahmed Link: https://patch.msgid.link/20260529222223.870923-18-seanjc@google.com Signed-off-by: Sean Christopherson --- diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index f5a35136ebb8..87331068dac5 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -2156,8 +2156,6 @@ int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3); extern bool tdp_enabled; -u64 vcpu_tsc_khz(struct kvm_vcpu *vcpu); - /* * EMULTYPE_NO_DECODE - Set when re-emulating an instruction (after completing * userspace I/O) to indicate that the emulation context