Commit cd1c32f6 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

[PATCH] unexport getnstimeofday

This recently added function is only used by the posix timers code, no need
to be exported.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 13fdd33e
......@@ -528,8 +528,6 @@ void getnstimeofday(struct timespec *tv)
}
#endif
EXPORT_SYMBOL(getnstimeofday);
#if (BITS_PER_LONG < 64)
u64 get_jiffies_64(void)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment