OSDN Git Service

KVM: vmx: delete meaningless nested_vmx_prepare_msr_bitmap() declaration
authorMiaohe Lin <linmiaohe@huawei.com>
Sat, 14 Dec 2019 06:48:45 +0000 (14:48 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 21 Jan 2020 13:45:29 +0000 (14:45 +0100)
commitd8010a779a2f3f92fb10d617b8aa1ddd772e987c
tree8ce09c224ac81dd9915a847776ac7540ad8a7656
parent87382003e3555926017228452dae7e7064b0f915
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 <linmiaohe@huawei.com>
Reviewed-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c