summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/jiffies.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport/backport-include/linux/jiffies.h')
-rw-r--r--backport/backport-include/linux/jiffies.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/backport-include/linux/jiffies.h b/backport/backport-include/linux/jiffies.h
index 9cff5e97..bbadcc8c 100644
--- a/backport/backport-include/linux/jiffies.h
+++ b/backport/backport-include/linux/jiffies.h
@@ -22,7 +22,7 @@
* This function is available, but not exported in kernel < 3.17, add
* an own version.
*/
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3,17,0)
+#if LINUX_VERSION_IS_LESS(3,17,0)
#define nsecs_to_jiffies LINUX_BACKPORT(nsecs_to_jiffies)
extern unsigned long nsecs_to_jiffies(u64 n);
#endif /* 3.17 */