aboutsummaryrefslogtreecommitdiffstats
path: root/package/ifxmips-dsl-api/patches/100-dsl_compat.patch
diff options
context:
space:
mode:
authorRalph Hempel <ralph.hempel@lantiq.com>2010-04-27 14:08:38 +0000
committerRalph Hempel <ralph.hempel@lantiq.com>2010-04-27 14:08:38 +0000
commitc7674e83528b3f45990efe6858a7ca5b52fc2944 (patch)
treec86f14488f5087919834c77e3eb0d2a6a957d602 /package/ifxmips-dsl-api/patches/100-dsl_compat.patch
parent8df378a9183733235740e5065206c110b42926c8 (diff)
downloadupstream-c7674e83528b3f45990efe6858a7ca5b52fc2944.tar.gz
upstream-c7674e83528b3f45990efe6858a7ca5b52fc2944.tar.bz2
upstream-c7674e83528b3f45990efe6858a7ca5b52fc2944.zip
fix .32 kernel, add support for .33 kernel
SVN-Revision: 21194
Diffstat (limited to 'package/ifxmips-dsl-api/patches/100-dsl_compat.patch')
-rw-r--r--package/ifxmips-dsl-api/patches/100-dsl_compat.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/ifxmips-dsl-api/patches/100-dsl_compat.patch b/package/ifxmips-dsl-api/patches/100-dsl_compat.patch
index dea82f0304..a3020d4c9a 100644
--- a/package/ifxmips-dsl-api/patches/100-dsl_compat.patch
+++ b/package/ifxmips-dsl-api/patches/100-dsl_compat.patch
@@ -37,3 +37,14 @@
return 0;
}
+--- a/src/include/drv_dsl_cpe_os_linux.h
++++ b/src/include/drv_dsl_cpe_os_linux.h
+@@ -24,7 +24,7 @@
+ #include <linux/ctype.h>
+ #include <linux/version.h>
+ #include <linux/spinlock.h>
+-
++#include <linux/sched.h>
+
+ #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))
+ #include <linux/utsrelease.h>