summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/firmware.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport/backport-include/linux/firmware.h')
-rw-r--r--backport/backport-include/linux/firmware.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/backport-include/linux/firmware.h b/backport/backport-include/linux/firmware.h
index 46355124..186eec3e 100644
--- a/backport/backport-include/linux/firmware.h
+++ b/backport/backport-include/linux/firmware.h
@@ -2,7 +2,7 @@
#define __BACKPORT_LINUX_FIRMWARE_H
#include_next <linux/firmware.h>
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3,14,0)
+#if LINUX_VERSION_IS_LESS(3,14,0)
#define request_firmware_direct(fw, name, device) request_firmware(fw, name, device)
#endif