[PATCH] include: update jiffies/{m,u}secs conversion functions
[pandora-kernel.git] / include / linux / time.h
index c10d4c2..36fb2ef 100644 (file)
@@ -28,6 +28,8 @@ struct timezone {
 #ifdef __KERNEL__
 
 /* Parameters used to convert the timespec values */
+#define MSEC_PER_SEC (1000L)
+
 #ifndef USEC_PER_SEC
 #define USEC_PER_SEC (1000000L)
 #endif