arm64: mmu: make split_pud and fixup_executable static
authorJisheng Zhang <jszhang@marvell.com>
Thu, 12 Nov 2015 12:04:43 +0000 (20:04 +0800)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 12 Nov 2015 15:18:14 +0000 (15:18 +0000)
commit9a17a213345584fbc692f6b3a715aa451d4c75e9
tree071c8fa62ab2b892a3b8117a50a12d83228fb2d6
parent29b8302b1a7baef6b4c71ff368bd14729f26eb0c
arm64: mmu: make split_pud and fixup_executable static

split_pud and fixup_executable are only called from within mmu.c, so
they can be declared static.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/mm/mmu.c