]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: nVMX: delete meaningless nested_vmx_run() declaration
authorMiaohe Lin <linmiaohe@huawei.com>
Thu, 23 Jan 2020 02:08:20 +0000 (10:08 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 5 Feb 2020 14:17:45 +0000 (15:17 +0100)
commitc55ac48ad3353b2d2a213bac320b2026534df575
treeef0f893d496f1c07486055a6f67a3b5b1f7a6a71
parentcce3ed3f2f1563da1876651b228aa8e49a2159a1
KVM: nVMX: delete meaningless nested_vmx_run() declaration

The function nested_vmx_run() declaration is below its implementation. So
this is meaningless and should be removed.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c