The patch titled uml: remove some useless exports has been removed from the -mm tree. Its filename is uml-remove-some-useless-exports.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: uml: remove some useless exports From: Jeff Dike <jdike@xxxxxxxxxxx> Spotted by Al Viro - eliminate a couple useless exports. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxx> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/um/kernel/ksyms.c | 6 ------ 1 file changed, 6 deletions(-) diff -puN arch/um/kernel/ksyms.c~uml-remove-some-useless-exports arch/um/kernel/ksyms.c --- a/arch/um/kernel/ksyms.c~uml-remove-some-useless-exports +++ a/arch/um/kernel/ksyms.c @@ -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 */ _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are origin.patch uml-remove-pte_mkexec.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html