KVM: Drop stale kvm_is_transparent_hugepage() declaration
authorVitaly Kuznetsov <vkuznets@redhat.com>
Mon, 18 Oct 2021 15:14:07 +0000 (17:14 +0200)
committerMarc Zyngier <maz@kernel.org>
Tue, 7 Dec 2021 09:13:28 +0000 (09:13 +0000)
commitf0e6e6fa41b3d2aa1dcb61dd4ed6d7be004bb5a8
tree8a0bc726ebc08a92de1b5ea45200299c278bc936
parent636dcd0204599f94680f8f87b46cef7c66034ac0
KVM: Drop stale kvm_is_transparent_hugepage() declaration

kvm_is_transparent_hugepage() was removed in commit 205d76ff0684 ("KVM:
Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()") but its
declaration in include/linux/kvm_host.h persisted. Drop it.

Fixes: 205d76ff0684 (""KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()")
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20211018151407.2107363-1-vkuznets@redhat.com
include/linux/kvm_host.h