]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/time.c
Basic braille screen reader support
[linux-2.6-omap-h63xx.git] / kernel / time.c
index a5ec013b6c807be91292179023406e995f765fb2..86729042e4cd067b1168fe8ed5cc2da01576cf03 100644 (file)
@@ -35,6 +35,7 @@
 #include <linux/syscalls.h>
 #include <linux/security.h>
 #include <linux/fs.h>
+#include <linux/slab.h>
 
 #include <asm/uaccess.h>
 #include <asm/unistd.h>
@@ -379,6 +380,7 @@ void set_normalized_timespec(struct timespec *ts, time_t sec, long nsec)
        ts->tv_sec = sec;
        ts->tv_nsec = nsec;
 }
+EXPORT_SYMBOL(set_normalized_timespec);
 
 /**
  * ns_to_timespec - Convert nanoseconds to timespec