aboutsummaryrefslogtreecommitdiffstats
path: root/package/carl9170/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-01-07 22:22:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-01-07 22:22:10 +0000
commit48d2ca1e7fb6ca1d440b9c529946c3aa9ba60634 (patch)
treebf76bddbe2267142fcd6d00016677f1b02b90a12 /package/carl9170/patches
parent3439640c9a4263b1b0d3d8e922700aa5a00eb77b (diff)
downloadupstream-48d2ca1e7fb6ca1d440b9c529946c3aa9ba60634.tar.gz
upstream-48d2ca1e7fb6ca1d440b9c529946c3aa9ba60634.tar.bz2
upstream-48d2ca1e7fb6ca1d440b9c529946c3aa9ba60634.zip
carl9170: fix debugfs support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19067 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/carl9170/patches')
-rw-r--r--package/carl9170/patches/120-fix_missing_include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/carl9170/patches/120-fix_missing_include.patch b/package/carl9170/patches/120-fix_missing_include.patch
new file mode 100644
index 0000000000..02a7a87cc2
--- /dev/null
+++ b/package/carl9170/patches/120-fix_missing_include.patch
@@ -0,0 +1,10 @@
+--- a/drivers/net/wireless/ath/carl9170/debug.c
++++ b/drivers/net/wireless/ath/carl9170/debug.c
+@@ -38,6 +38,7 @@
+ */
+
+ #include <linux/seq_file.h>
++#include <linux/vmalloc.h>
+ #include "carl9170.h"
+ #include "usb.h"
+ #include "cmd.h"