backports: fix tracing on wil6210
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 9 Jun 2013 12:16:58 +0000 (14:16 +0200)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Thu, 13 Jun 2013 18:24:27 +0000 (11:24 -0700)
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>
patches/collateral-evolutions/network/74-define-tracing/wil6210.patch [new file with mode: 0644]

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 (file)
index 0000000..1888cd7
--- /dev/null
@@ -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"