KVM: VMX: Remove declaration of nested_mark_vmcs12_pages_dirty()
authorBinbin Wu <binbin.wu@linux.intel.com>
Tue, 13 Jan 2026 08:47:48 +0000 (16:47 +0800)
committerSean Christopherson <seanjc@google.com>
Wed, 14 Jan 2026 14:01:03 +0000 (06:01 -0800)
commitac4f869c56301831a60706a84acbf13b4f0f9886
treeaba32c61e1bdea7df939c759161a8ef31b84cbd0
parent000d75b0b18622e7454c3955631a3cf39e0353e7
KVM: VMX: Remove declaration of nested_mark_vmcs12_pages_dirty()

Remove the declaration of nested_mark_vmcs12_pages_dirty() from the
header file since it has been moved and renamed to
nested_vmx_mark_all_vmcs12_pages_dirty(), which is a static function.

Signed-off-by: Binbin Wu <binbin.wu@linux.intel.com>
Link: https://patch.msgid.link/20260113084748.1714633-1-binbin.wu@linux.intel.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/vmx/nested.h