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)
commit33aabd029ffbafe314dad4763dadbc23d71296eb
treeef0f893d496f1c07486055a6f67a3b5b1f7a6a71
parente8ef2a19a051b755b0b9973ef1b3f81e895e2bce
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