[PATCH 3/19] UML - Remove some useless exports

From: Jeff Dike
Date: Thu Jul 06 2006 - 20:35:09 EST


Spotted by Al Viro - eliminate a couple useless exports.

Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxx>

Index: linux-2.6.16/arch/um/kernel/ksyms.c
===================================================================
--- linux-2.6.16.orig/arch/um/kernel/ksyms.c 2006-06-06 12:12:44.000000000 -0400
+++ linux-2.6.16/arch/um/kernel/ksyms.c 2006-06-14 13:12:01.000000000 -0400
@@ -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 */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/