summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/hid.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport/backport-include/linux/hid.h')
-rw-r--r--backport/backport-include/linux/hid.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/backport/backport-include/linux/hid.h b/backport/backport-include/linux/hid.h
index 91d3de6a..887c6b15 100644
--- a/backport/backport-include/linux/hid.h
+++ b/backport/backport-include/linux/hid.h
@@ -3,12 +3,12 @@
#include_next <linux/hid.h>
#include <linux/version.h>
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0)
+#if LINUX_VERSION_IS_LESS(3,8,0)
#define hid_ignore LINUX_BACKPORT(hid_ignore)
extern bool hid_ignore(struct hid_device *);
#endif
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3,1,0)
+#if LINUX_VERSION_IS_LESS(3,1,0)
#define HID_TYPE_USBNONE 2
#endif
@@ -79,7 +79,7 @@ extern bool hid_ignore(struct hid_device *);
dev_dbg(&(hid)->dev, fmt, ##arg)
#endif
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3,12,0)
+#if LINUX_VERSION_IS_LESS(3,12,0)
#define hid_alloc_report_buf LINUX_BACKPORT(hid_alloc_report_buf)
u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags);
#endif