summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport/backport-include/linux/irq.h')
-rw-r--r--backport/backport-include/linux/irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/backport-include/linux/irq.h b/backport/backport-include/linux/irq.h
index 29b543bd..e216f4f8 100644
--- a/backport/backport-include/linux/irq.h
+++ b/backport/backport-include/linux/irq.h
@@ -3,7 +3,7 @@
#include_next <linux/irq.h>
#ifdef CONFIG_HAVE_GENERIC_HARDIRQS
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3,11,0)
+#if LINUX_VERSION_IS_LESS(3,11,0)
#define irq_get_trigger_type LINUX_BACKPORT(irq_get_trigger_type)
static inline u32 irq_get_trigger_type(unsigned int irq)
{