From: Frank Mori Hess Date: Mon, 25 Jul 2005 01:16:27 +0000 (+0000) Subject: jiffies_to_msecs and msecs_to_jiffies were backported to vanilla X-Git-Tag: branch-0_7-end~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d98881d78a244f22ff17fa9ed18c94bb5191ffc0;p=comedi.git jiffies_to_msecs and msecs_to_jiffies were backported to vanilla kernel 2.4.29 and later. --- diff --git a/include/linux/time.h b/include/linux/time.h index 48345ccf..a4db6eaa 100644 --- a/include/linux/time.h +++ b/include/linux/time.h @@ -6,7 +6,7 @@ #include_next -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,29) static inline unsigned int jiffies_to_msecs(const unsigned long j) {