]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Mark pkvm_pgtable_mm_ops static
authorQuentin Perret <qperret@google.com>
Fri, 14 May 2021 08:56:39 +0000 (08:56 +0000)
committerMarc Zyngier <maz@kernel.org>
Sat, 15 May 2021 09:27:58 +0000 (10:27 +0100)
commit4342a1c19c07a26223508ceabd62e119a449a468
tree47d3e8cbfe7dec20f0f279cf0f01a8ec1755c29a
parent33294a88768d524370010536946bf10b37952830
KVM: arm64: Mark pkvm_pgtable_mm_ops static

It is not used outside of setup.c, mark it static.

Fixes:70e27ec69705 ("KVM: arm64: Prepare the creation of s1 mappings at EL2")

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Quentin Perret <qperret@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210514085640.3917886-2-qperret@google.com
arch/arm64/kvm/hyp/nvhe/setup.c