From: Ben Hutchings Date: Fri, 23 Mar 2012 10:13:03 +0000 (+0100) Subject: [S390] Remove unncessary export of arch_pick_mmap_layout X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8ea7fddb2d10ce70a88a664421241784d1d39399;p=linux-beck.git [S390] Remove unncessary export of arch_pick_mmap_layout This function is defined for use in exec, not in modules. No other architecture exports its implementation. Signed-off-by: Ben Hutchings Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/mm/mmap.c b/arch/s390/mm/mmap.c index a0155c02e324..2857c48486ea 100644 --- a/arch/s390/mm/mmap.c +++ b/arch/s390/mm/mmap.c @@ -100,7 +100,6 @@ void arch_pick_mmap_layout(struct mm_struct *mm) mm->unmap_area = arch_unmap_area_topdown; } } -EXPORT_SYMBOL_GPL(arch_pick_mmap_layout); #else @@ -175,6 +174,5 @@ void arch_pick_mmap_layout(struct mm_struct *mm) mm->unmap_area = arch_unmap_area_topdown; } } -EXPORT_SYMBOL_GPL(arch_pick_mmap_layout); #endif