swsusp: do not use page flags
[deliverable/linux.git] / kernel / time.c
index 2f47888e46c9be99ac1bf57064b804779ec9751b..ba18ec4899bd92fe23a93716daf495bd2876025e 100644 (file)
@@ -452,6 +452,7 @@ struct timespec ns_to_timespec(const s64 nsec)
 
        return ts;
 }
+EXPORT_SYMBOL(ns_to_timespec);
 
 /**
  * ns_to_timeval - Convert nanoseconds to timeval
@@ -469,6 +470,7 @@ struct timeval ns_to_timeval(const s64 nsec)
 
        return tv;
 }
+EXPORT_SYMBOL(ns_to_timeval);
 
 /*
  * Convert jiffies to milliseconds and back.
This page took 0.037296 seconds and 5 git commands to generate.