summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/ktime.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport/backport-include/linux/ktime.h')
-rw-r--r--backport/backport-include/linux/ktime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/backport-include/linux/ktime.h b/backport/backport-include/linux/ktime.h
index 33ed31ca..94272968 100644
--- a/backport/backport-include/linux/ktime.h
+++ b/backport/backport-include/linux/ktime.h
@@ -4,7 +4,7 @@
#include <linux/timekeeping.h>
#include <linux/version.h>
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3,17,0)
+#if LINUX_VERSION_IS_LESS(3,17,0)
#define ktime_get_raw LINUX_BACKPORT(ktime_get_raw)
extern ktime_t ktime_get_raw(void);