forked from luck/tmp_suning_uos_patched
[PATCH] uml: remove some useless exports
Spotted by Al Viro - eliminate a couple useless exports. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
aceb343464
commit
8633c2331e
|
@ -88,12 +88,6 @@ EXPORT_SYMBOL(dump_thread);
|
|||
EXPORT_SYMBOL(do_gettimeofday);
|
||||
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
|
||||
|
||||
/* required for SMP */
|
||||
|
|
Loading…
Reference in New Issue
Block a user