KVM: arm64: Make symbol '_kvm_host_prot_finalize' static
authorXu Jia <xujia39@huawei.com>
Wed, 31 Mar 2021 07:36:19 +0000 (15:36 +0800)
committerMarc Zyngier <maz@kernel.org>
Wed, 31 Mar 2021 08:14:16 +0000 (09:14 +0100)
commitb1306fef1f48c0af1d659c18c53cf275fdcc94be
tree3247a56861c06ed434532b97329ceedf7d975d86
parent7c4199375ae347449fbde43cc8bf174ae6383d8e
KVM: arm64: Make symbol '_kvm_host_prot_finalize' static

The sparse tool complains as follows:

arch/arm64/kvm/arm.c:1900:6: warning:
 symbol '_kvm_host_prot_finalize' was not declared. Should it be static?

This symbol is not used outside of arm.c, so this
commit marks it static.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Xu Jia <xujia39@huawei.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/1617176179-31931-1-git-send-email-xujia39@huawei.com
arch/arm64/kvm/arm.c