]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit77ed884a18e067be990d2c38566b5b0dba487609
tree071c8fa62ab2b892a3b8117a50a12d83228fb2d6
parent67eec8a7d6e9eda7213ad30339864662dfcd8b1e
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