summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/hrtimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport/backport-include/linux/hrtimer.h')
-rw-r--r--backport/backport-include/linux/hrtimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/backport-include/linux/hrtimer.h b/backport/backport-include/linux/hrtimer.h
index 28fc8997..bdcf106e 100644
--- a/backport/backport-include/linux/hrtimer.h
+++ b/backport/backport-include/linux/hrtimer.h
@@ -4,7 +4,7 @@
#include_next <linux/hrtimer.h>
#include <linux/interrupt.h>
-#if LINUX_VERSION_CODE < KERNEL_VERSION(4,10,0)
+#if LINUX_VERSION_IS_LESS(4,10,0)
static inline void backport_hrtimer_start(struct hrtimer *timer, s64 time,
const enum hrtimer_mode mode)
{