arm64: mm: remove unnecessary EXPORT_SYMBOL_GPL
authorYang Shi <yang.shi@linaro.org>
Wed, 4 May 2016 18:14:27 +0000 (11:14 -0700)
committerWill Deacon <will.deacon@arm.com>
Thu, 5 May 2016 08:49:38 +0000 (09:49 +0100)
commit394bf2f24834352f461cb139eb8e00af26d5f51a
tree37b8121930d9e27411df25ee555995ff31d83480
parent2326df551b137dd88652b54016905e13579b7a25
arm64: mm: remove unnecessary EXPORT_SYMBOL_GPL

arch_pick_mmap_layout is only called by fs/exec.c which is always built into
kernel, it looks the EXPORT_SYMBOL_GPL is pointless and no architectures export
it other than ARM64.

Signed-off-by: Yang Shi <yang.shi@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/mm/mmap.c
This page took 0.025551 seconds and 5 git commands to generate.