Commit 480fe6b1 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

[PATCH] unexport do_settimeofday

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 85a139b8
...@@ -487,8 +487,6 @@ int do_settimeofday (struct timespec *tv) ...@@ -487,8 +487,6 @@ int do_settimeofday (struct timespec *tv)
return 0; return 0;
} }
EXPORT_SYMBOL(do_settimeofday);
void do_gettimeofday (struct timeval *tv) void do_gettimeofday (struct timeval *tv)
{ {
unsigned long seq, nsec, usec, sec, offset; unsigned long seq, nsec, usec, sec, offset;
......
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