From d98881d78a244f22ff17fa9ed18c94bb5191ffc0 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Mon, 25 Jul 2005 01:16:27 +0000 Subject: [PATCH] jiffies_to_msecs and msecs_to_jiffies were backported to vanilla kernel 2.4.29 and later. --- include/linux/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.26.2