From: Miaohe Lin Date: Sat, 14 Dec 2019 06:48:45 +0000 (+0800) Subject: KVM: vmx: delete meaningless nested_vmx_prepare_msr_bitmap() declaration X-Git-Tag: v5.15~4592^2~113 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d8010a779a2f3f92fb10d617b8aa1ddd772e987c;p=platform%2Fkernel%2Flinux-starfive.git KVM: vmx: delete meaningless nested_vmx_prepare_msr_bitmap() declaration The function nested_vmx_prepare_msr_bitmap() declaration is below its implementation. So this is meaningless and should be removed. Signed-off-by: Miaohe Lin Reviewed-by: Sean Christopherson Signed-off-by: Paolo Bonzini --- diff --git a/arch/x86/kvm/vmx/nested.c b/arch/x86/kvm/vmx/nested.c index 63ab49d..e038a331 100644 --- a/arch/x86/kvm/vmx/nested.c +++ b/arch/x86/kvm/vmx/nested.c @@ -3048,9 +3048,6 @@ static int nested_vmx_check_vmentry_hw(struct kvm_vcpu *vcpu) return 0; } -static inline bool nested_vmx_prepare_msr_bitmap(struct kvm_vcpu *vcpu, - struct vmcs12 *vmcs12); - static bool nested_get_vmcs12_pages(struct kvm_vcpu *vcpu) { struct vmcs12 *vmcs12 = get_vmcs12(vcpu);