summaryrefslogtreecommitdiff
path: root/patches/0022-define-tracing/ath6kl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0022-define-tracing/ath6kl.patch')
-rw-r--r--patches/0022-define-tracing/ath6kl.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/0022-define-tracing/ath6kl.patch b/patches/0022-define-tracing/ath6kl.patch
index bdf455aa..d0bf8944 100644
--- a/patches/0022-define-tracing/ath6kl.patch
+++ b/patches/0022-define-tracing/ath6kl.patch
@@ -4,7 +4,7 @@
*/
#include <linux/module.h>
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,1,0)
++#if LINUX_VERSION_IS_LESS(3,1,0)
+#include <linux/interrupt.h>
+#endif