powerpc/64e: Define mmu_pte_psize static
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 20 Aug 2024 12:42:38 +0000 (14:42 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 22 Aug 2024 12:52:29 +0000 (22:52 +1000)
commitd92b5cc29c792f1d3f0aaa3b29dddfe816c03e88
treeee85edfbc2e0e82fe0ef71fd9d36b26d7b765056
parent227bbaabe64b6f9cd98aa051454c1d4a194a8c6a
powerpc/64e: Define mmu_pte_psize static

mmu_pte_psize is only used in the tlb_64e.c, define it static.

Fixes: 25d21ad6e799 ("powerpc: Add TLB management code for 64-bit Book3E")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202408011256.1O99IB0s-lkp@intel.com/
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/beb30d280eaa5d857c38a0834b147dffd6b28aa9.1724157750.git.christophe.leroy@csgroup.eu
arch/powerpc/mm/nohash/tlb_64e.c