[PATCH] unexport getnstimeofday

From: Christoph Hellwig
Date: Sun Oct 24 2004 - 08:39:22 EST


this recently added function is only used by the posix timers code,
no need to be exported.


--- 1.25/kernel/time.c 2004-10-20 10:37:07 +02:00
+++ edited/kernel/time.c 2004-10-23 16:19:22 +02:00
@@ -528,8 +528,6 @@
}
#endif

-EXPORT_SYMBOL(getnstimeofday);
-
#if (BITS_PER_LONG < 64)
u64 get_jiffies_64(void)
{
-
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/