aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-01-22 01:02:02 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-01-22 01:02:02 +0000
commit8496d74cbe9e50c56ff7c57f0070d6bcc8093ad1 (patch)
treec185a438348c0cf900fd88b528fdba9ba10c7b54 /package
parent372a9fed4ec4599303aaf4173e64535b67f13cb2 (diff)
downloadupstream-8496d74cbe9e50c56ff7c57f0070d6bcc8093ad1.tar.gz
upstream-8496d74cbe9e50c56ff7c57f0070d6bcc8093ad1.tar.bz2
upstream-8496d74cbe9e50c56ff7c57f0070d6bcc8093ad1.zip
compile fix for 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6169 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/ueagle-atm/patches/100-compile_fix.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/ueagle-atm/patches/100-compile_fix.patch b/package/ueagle-atm/patches/100-compile_fix.patch
index b8e70a2ff3..796c159939 100644
--- a/package/ueagle-atm/patches/100-compile_fix.patch
+++ b/package/ueagle-atm/patches/100-compile_fix.patch
@@ -9,3 +9,19 @@ diff -Nur ueagle-atm-1.0d1/driver/ueagle.c ueagle-atm-1.0d1.patched/driver/ueagl
.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>