aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2004-10-27 18:29:01 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-27 18:29:01 -0700
commitcd1c32f6f5024731a4b04c597169bf7cb1d85b70 (patch)
treec38db7bd9bd19a43beddb0eb0f37a5bfb5ee8e2e /kernel
parent13fdd33efb8a721b9ba70540e1e72509449b40fc (diff)
downloadhistory-cd1c32f6f5024731a4b04c597169bf7cb1d85b70.tar.gz
[PATCH] unexport getnstimeofday
This recently added function is only used by the posix timers code, no need to be exported. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/time.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/time.c b/kernel/time.c
index 52b273c7ccac67..7909444c466a3b 100644
--- a/kernel/time.c
+++ b/kernel/time.c
@@ -528,8 +528,6 @@ void getnstimeofday(struct timespec *tv)
}
#endif
-EXPORT_SYMBOL(getnstimeofday);
-
#if (BITS_PER_LONG < 64)
u64 get_jiffies_64(void)
{