summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-06-09 14:16:58 +0200
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-06-13 11:24:27 -0700
commit2a42c3561345305e7e7fef064780dfd8bdb9e0d8 (patch)
tree67788014eaea119d0c294a77d6b8213d70eea608 /patches
parent95c69b5d45e07b865c13fade1f1d61c6e55c5cfc (diff)
backports: fix tracing on wil6210
This includes the trace.h file like it is done for the other drivers. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Diffstat (limited to 'patches')
-rw-r--r--patches/collateral-evolutions/network/74-define-tracing/wil6210.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/patches/collateral-evolutions/network/74-define-tracing/wil6210.patch b/patches/collateral-evolutions/network/74-define-tracing/wil6210.patch
new file mode 100644
index 00000000..1888cd7c
--- /dev/null
+++ b/patches/collateral-evolutions/network/74-define-tracing/wil6210.patch
@@ -0,0 +1,9 @@
+--- a/drivers/net/wireless/ath/wil6210/trace.c
++++ b/drivers/net/wireless/ath/wil6210/trace.c
+@@ -16,5 +16,6 @@
+
+ #include <linux/module.h>
+
++#include "trace.h"
+ #define CREATE_TRACE_POINTS
+ #include "trace.h"