diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index a91a5b01f38ef5e31b84c689912d374bc42133d5..f81a8e44ae5235f446d65f3544af5e7cb4290df4 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -8709,7 +8709,7 @@ static void atomic_switch_perf_msrs(struct vcpu_vmx *vmx) msrs[i].host); } -void vmx_arm_hv_timer(struct kvm_vcpu *vcpu) +static void vmx_arm_hv_timer(struct kvm_vcpu *vcpu) { struct vcpu_vmx *vmx = to_vmx(vcpu); u64 tscl;