summaryrefslogtreecommitdiffstats
path: root/package/ueagle-atm/patches/100-compile_fix.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-01 23:21:35 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-01 23:21:35 +0000
commit5bae61fcd1f9040dcc145d8d122e55430d29da12 (patch)
treeeee97023a14b628090924183a5c7b52875d726dd /package/ueagle-atm/patches/100-compile_fix.patch
parente1d447b01722ddc24f570134664ddcd0f1a230eb (diff)
remove ueagle-atm and use the in-kernel driver, split up usb-atm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7438 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ueagle-atm/patches/100-compile_fix.patch')
-rw-r--r--package/ueagle-atm/patches/100-compile_fix.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/package/ueagle-atm/patches/100-compile_fix.patch b/package/ueagle-atm/patches/100-compile_fix.patch
deleted file mode 100644
index 796c15993..000000000
--- a/package/ueagle-atm/patches/100-compile_fix.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -Nur ueagle-atm-1.0d1/driver/ueagle.c ueagle-atm-1.0d1.patched/driver/ueagle.c
---- ueagle-atm-1.0d1/driver/ueagle.c 2005-11-19 18:36:04.000000000 +0100
-+++ ueagle-atm-1.0d1.patched/driver/ueagle.c 2006-03-29 02:03:43.000000000 +0200
-@@ -1652,7 +1652,6 @@
- * USB driver descriptor
- */
- static struct usb_driver uea_driver = {
-- .owner = THIS_MODULE,
- .name = "ueagle-atm",
- .id_table = uea_ids,
- .probe = uea_probe,
-diff -ur ueagle.old/usbatm_iso/usbatm.h ueagle.dev/usbatm_iso/usbatm.h
---- ueagle.old/usbatm_iso/usbatm.h 2005-11-19 18:43:26.000000000 +0100
-+++ ueagle.dev/usbatm_iso/usbatm.h 2007-01-22 01:57:14.742998144 +0100
-@@ -24,11 +24,11 @@
- #ifndef _USBATM_H_
- #define _USBATM_H_
-
-+#include <linux/autoconf.h>
- #include <asm/semaphore.h>
- #include <linux/atm.h>
- #include <linux/atmdev.h>
- #include <linux/completion.h>
--#include <linux/config.h>
- #include <linux/device.h>
- #include <linux/kernel.h>
- #include <linux/kref.h>