Skip to content

Commit

Permalink
[S390] Remove unncessary export of arch_pick_mmap_layout
Browse files Browse the repository at this point in the history
This function is defined for use in exec, not in modules.
No other architecture exports its implementation.

Signed-off-by: Ben Hutchings <[email protected]>
Signed-off-by: Martin Schwidefsky <[email protected]>
  • Loading branch information
bwhacks authored and Martin Schwidefsky committed Mar 23, 2012
1 parent 4375382 commit 8ea7fdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/s390/mm/mmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit 8ea7fdd

Please sign in to comment.