]> err.no Git - linux-2.6/blobdiff - kernel/time.c
[PATCH] swsusp: remove unneccessary includes
[linux-2.6] / kernel / time.c
index dd5ae1162a8f4623a624b2930ac07df52a648180..a3c2100470e106becb5155d091e2bf9c6d1dee7c 100644 (file)
@@ -532,6 +532,7 @@ int do_settimeofday (struct timespec *tv)
        clock_was_set();
        return 0;
 }
+EXPORT_SYMBOL(do_settimeofday);
 
 void do_gettimeofday (struct timeval *tv)
 {
@@ -570,6 +571,7 @@ void getnstimeofday(struct timespec *tv)
        tv->tv_sec = x.tv_sec;
        tv->tv_nsec = x.tv_usec * NSEC_PER_USEC;
 }
+EXPORT_SYMBOL_GPL(getnstimeofday);
 #endif
 
 #if (BITS_PER_LONG < 64)