summaryrefslogtreecommitdiffstats
path: root/package/carl9170/patches/120-fix_missing_include.patch
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
commite5b704d35027944550fea22c63687c1b24bb24c5 (patch)
treea976b71a4c71c4f291dc38d378d1f9574f0465e6 /package/carl9170/patches/120-fix_missing_include.patch
parent6142c526347c72950a1dcc794dec1da5bd531a2b (diff)
downloadmaster-31e0f0ae-e5b704d35027944550fea22c63687c1b24bb24c5.tar.gz
master-31e0f0ae-e5b704d35027944550fea22c63687c1b24bb24c5.tar.bz2
master-31e0f0ae-e5b704d35027944550fea22c63687c1b24bb24c5.zip
carl9170: fix debugfs support
SVN-Revision: 19067
Diffstat (limited to 'package/carl9170/patches/120-fix_missing_include.patch')
-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"