提交 8633c233 编写于 作者: J Jeff Dike 提交者: Linus Torvalds

[PATCH] uml: remove some useless exports

Spotted by Al Viro - eliminate a couple useless exports.
Signed-off-by: NJeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 aceb3434
...@@ -88,12 +88,6 @@ EXPORT_SYMBOL(dump_thread); ...@@ -88,12 +88,6 @@ EXPORT_SYMBOL(dump_thread);
EXPORT_SYMBOL(do_gettimeofday); EXPORT_SYMBOL(do_gettimeofday);
EXPORT_SYMBOL(do_settimeofday); EXPORT_SYMBOL(do_settimeofday);
/* This is here because UML expands lseek to sys_lseek, not to a system
* call instruction.
*/
EXPORT_SYMBOL(sys_lseek);
EXPORT_SYMBOL(sys_wait4);
#ifdef CONFIG_SMP #ifdef CONFIG_SMP
/* required for SMP */ /* required for SMP */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册