]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit91610218530c74250fc3a9c216840c81f29d89d3
tree8ce09c224ac81dd9915a847776ac7540ad8a7656
parent999509fa839dbfacb4aae60e75cea11926b90048
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