Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8633c233 authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds
Browse files

[PATCH] uml: remove some useless exports



Spotted by Al Viro - eliminate a couple useless exports.

Signed-off-by: default avatarJeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent aceb3434
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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 */