summaryrefslogtreecommitdiff
path: root/patches/0022-define-tracing/ath6kl.patch
blob: d0bf894462974787e01947d5e163472cf50fcfb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/drivers/net/wireless/ath/ath6kl/trace.c
+++ b/drivers/net/wireless/ath/ath6kl/trace.c
@@ -15,6 +15,9 @@
  */
 
 #include <linux/module.h>
+#if LINUX_VERSION_IS_LESS(3,1,0)
+#include <linux/interrupt.h>
+#endif
 
 #define CREATE_TRACE_POINTS
 #include "trace.h"