提交 8ea7fddb 编写于 作者: B Ben Hutchings 提交者: Martin Schwidefsky

[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: NBen Hutchings <ben@decadent.org.uk>
Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 43753826
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册