diff options
Diffstat (limited to 'patches/0022-define-tracing/ath6kl.patch')
-rw-r--r-- | patches/0022-define-tracing/ath6kl.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/0022-define-tracing/ath6kl.patch b/patches/0022-define-tracing/ath6kl.patch new file mode 100644 index 00000000..bdf455aa --- /dev/null +++ b/patches/0022-define-tracing/ath6kl.patch @@ -0,0 +1,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_CODE < KERNEL_VERSION(3,1,0) ++#include <linux/interrupt.h> ++#endif + + #define CREATE_TRACE_POINTS + #include "trace.h" |