aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2012-03-23 06:13:03 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-03-23 06:13:23 -0400
commit8ea7fddb2d10ce70a88a664421241784d1d39399 (patch)
tree202d2f1cc952436233a3029995921a45e745917f
parent437538267b672f9320833907f1b5acbb2605f4be (diff)
[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 <ben@decadent.org.uk> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
-rw-r--r--arch/s390/mm/mmap.c2
1 files changed, 0 insertions, 2 deletions
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)
100 mm->unmap_area = arch_unmap_area_topdown; 100 mm->unmap_area = arch_unmap_area_topdown;
101 } 101 }
102} 102}
103EXPORT_SYMBOL_GPL(arch_pick_mmap_layout);
104 103
105#else 104#else
106 105
@@ -175,6 +174,5 @@ void arch_pick_mmap_layout(struct mm_struct *mm)
175 mm->unmap_area = arch_unmap_area_topdown; 174 mm->unmap_area = arch_unmap_area_topdown;
176 } 175 }
177} 176}
178EXPORT_SYMBOL_GPL(arch_pick_mmap_layout);
179 177
180#endif 178#endif