split package.mk and clean up build system code (based on patch by mbm), makes the...
[openwrt.git] / package / ueagle-atm / patches / 100-compile_fix.patch
1 diff -Nur ueagle-atm-1.0d1/driver/ueagle.c ueagle-atm-1.0d1.patched/driver/ueagle.c
2 --- ueagle-atm-1.0d1/driver/ueagle.c 2005-11-19 18:36:04.000000000 +0100
3 +++ ueagle-atm-1.0d1.patched/driver/ueagle.c 2006-03-29 02:03:43.000000000 +0200
4 @@ -1652,7 +1652,6 @@
5 * USB driver descriptor
6 */
7 static struct usb_driver uea_driver = {
8 - .owner = THIS_MODULE,
9 .name = "ueagle-atm",
10 .id_table = uea_ids,
11 .probe = uea_probe,
12 diff -ur ueagle.old/usbatm_iso/usbatm.h ueagle.dev/usbatm_iso/usbatm.h
13 --- ueagle.old/usbatm_iso/usbatm.h 2005-11-19 18:43:26.000000000 +0100
14 +++ ueagle.dev/usbatm_iso/usbatm.h 2007-01-22 01:57:14.742998144 +0100
15 @@ -24,11 +24,11 @@
16 #ifndef _USBATM_H_
17 #define _USBATM_H_
18
19 +#include <linux/autoconf.h>
20 #include <asm/semaphore.h>
21 #include <linux/atm.h>
22 #include <linux/atmdev.h>
23 #include <linux/completion.h>
24 -#include <linux/config.h>
25 #include <linux/device.h>
26 #include <linux/kernel.h>
27 #include <linux/kref.h>
This page took 0.038028 seconds and 5 git commands to generate.