diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-02 14:51:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-02 14:51:00 +0000 |
commit | 414bc92dea59804e639cc713ed45338b4e1f80f7 (patch) | |
tree | 40fcf3701b19e30794ec7037ad7aeb3e4b446bcc /package/pwc/patches/100-compile_fix.patch | |
parent | 8ef31f1a5b037c588a8cc68a1f93ea02a184a974 (diff) | |
download | upstream-414bc92dea59804e639cc713ed45338b4e1f80f7.tar.gz upstream-414bc92dea59804e639cc713ed45338b4e1f80f7.tar.bz2 upstream-414bc92dea59804e639cc713ed45338b4e1f80f7.zip |
Use the in-kernel pwc driver, no need to maintain it externally
SVN-Revision: 7450
Diffstat (limited to 'package/pwc/patches/100-compile_fix.patch')
-rw-r--r-- | package/pwc/patches/100-compile_fix.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/package/pwc/patches/100-compile_fix.patch b/package/pwc/patches/100-compile_fix.patch deleted file mode 100644 index fc12c75ad8..0000000000 --- a/package/pwc/patches/100-compile_fix.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ur pwc.old/pwc.h pwc.dev/pwc.h ---- pwc.old/pwc.h 2006-04-13 23:38:43.000000000 +0200 -+++ pwc.dev/pwc.h 2007-01-22 02:04:03.872800960 +0100 -@@ -25,7 +25,7 @@ - #ifndef PWC_H - #define PWC_H - --#include <linux/config.h> -+#include <linux/autoconf.h> - #include <linux/module.h> - #include <linux/usb.h> - #include <linux/spinlock.h> -diff -ur pwc.old/pwc-uncompress.h pwc.dev/pwc-uncompress.h ---- pwc.old/pwc-uncompress.h 2006-01-07 12:57:47.000000000 +0100 -+++ pwc.dev/pwc-uncompress.h 2007-01-22 02:04:18.129633592 +0100 -@@ -30,7 +30,7 @@ - #ifndef PWC_UNCOMPRESS_H - #define PWC_UNCOMPRESS_H - --#include <linux/config.h> -+#include <linux/autoconf.h> - - #include "pwc-ioctl.h" - |