summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/kfifo.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport/backport-include/linux/kfifo.h')
-rw-r--r--backport/backport-include/linux/kfifo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/backport-include/linux/kfifo.h b/backport/backport-include/linux/kfifo.h
index b797a0e6..b4fda3c3 100644
--- a/backport/backport-include/linux/kfifo.h
+++ b/backport/backport-include/linux/kfifo.h
@@ -4,7 +4,7 @@
#include <linux/version.h>
#include_next <linux/kfifo.h>
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3,13,0)
+#if LINUX_VERSION_IS_LESS(3,13,0)
#undef kfifo_put
/**
* kfifo_put - put data into the fifo