KVM: arm64: Hide kvm_mmu_wp_memory_region()
authorGavin Shan <gshan@redhat.com>
Tue, 16 Mar 2021 04:11:24 +0000 (12:11 +0800)
committerMarc Zyngier <maz@kernel.org>
Wed, 7 Apr 2021 13:33:22 +0000 (14:33 +0100)
commiteab62148478d339a37c7a6b37d34182ccf5056ad
treef46bd6e8e6288e0bc95e44144af5d788d99642c5
parent1e28eed17697bcf343c6743f0028cc3b5dd88bf0
KVM: arm64: Hide kvm_mmu_wp_memory_region()

We needn't expose the function as it's only used by mmu.c since it
was introduced by commit c64735554c0a ("KVM: arm: Add initial dirty
page locking support").

Signed-off-by: Gavin Shan <gshan@redhat.com>
Reviewed-by: Keqian Zhu <zhukeqian1@huawei.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210316041126.81860-2-gshan@redhat.com
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/mmu.c