diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-07 22:22:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-07 22:22:10 +0000 |
commit | e5b704d35027944550fea22c63687c1b24bb24c5 (patch) | |
tree | a976b71a4c71c4f291dc38d378d1f9574f0465e6 /package/carl9170/patches | |
parent | 6142c526347c72950a1dcc794dec1da5bd531a2b (diff) | |
download | upstream-e5b704d35027944550fea22c63687c1b24bb24c5.tar.gz upstream-e5b704d35027944550fea22c63687c1b24bb24c5.tar.bz2 upstream-e5b704d35027944550fea22c63687c1b24bb24c5.zip |
carl9170: fix debugfs support
SVN-Revision: 19067
Diffstat (limited to 'package/carl9170/patches')
-rw-r--r-- | package/carl9170/patches/120-fix_missing_include.patch | 10 |
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" |