diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-26 00:14:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-26 00:14:50 +0000 |
commit | 47d1d39b95b9437c23f10bacc7b2f9344f4230fe (patch) | |
tree | a9e54705e87a1fc6b179381349678f7e86a33300 /package/carl9170/patches/120-fix_missing_include.patch | |
parent | eb694a7a833e5b6d6e361520ee301b059c3a37dd (diff) | |
download | mtk-20170518-47d1d39b95b9437c23f10bacc7b2f9344f4230fe.zip mtk-20170518-47d1d39b95b9437c23f10bacc7b2f9344f4230fe.tar.gz mtk-20170518-47d1d39b95b9437c23f10bacc7b2f9344f4230fe.tar.bz2 |
carl9170: update to 0.9.9.1
SVN-Revision: 19338
Diffstat (limited to 'package/carl9170/patches/120-fix_missing_include.patch')
-rw-r--r-- | package/carl9170/patches/120-fix_missing_include.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/carl9170/patches/120-fix_missing_include.patch b/package/carl9170/patches/120-fix_missing_include.patch deleted file mode 100644 index 02a7a87..0000000 --- a/package/carl9170/patches/120-fix_missing_include.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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" |