aboutsummaryrefslogtreecommitdiffstats
path: root/package/ltq-dsl/patches
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-03-11 08:21:21 +0000
committerJohn Crispin <blogic@openwrt.org>2011-03-11 08:21:21 +0000
commit4c6f9be7329a182fdee1d7a75214cd264b94610a (patch)
treed6ecd75779514fa415443ec2769dc4a146d4eacb /package/ltq-dsl/patches
parentdd9774097f4925ad6ec5adce83b35ec3fe53648c (diff)
downloadmaster-187ad058-4c6f9be7329a182fdee1d7a75214cd264b94610a.tar.gz
master-187ad058-4c6f9be7329a182fdee1d7a75214cd264b94610a.tar.bz2
master-187ad058-4c6f9be7329a182fdee1d7a75214cd264b94610a.zip
[lantiq]
* fixes dsl, ifxos, tapi and vmcc for .37 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26023 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ltq-dsl/patches')
-rw-r--r--package/ltq-dsl/patches/100-dsl_compat.patch13
1 files changed, 11 insertions, 2 deletions
diff --git a/package/ltq-dsl/patches/100-dsl_compat.patch b/package/ltq-dsl/patches/100-dsl_compat.patch
index 334ac6736e..4897b33140 100644
--- a/package/ltq-dsl/patches/100-dsl_compat.patch
+++ b/package/ltq-dsl/patches/100-dsl_compat.patch
@@ -19,7 +19,16 @@
#include "drv_dsl_cpe_api.h"
#include "drv_dsl_cpe_api_ioctl.h"
-@@ -1058,6 +1059,7 @@ static void DSL_DRV_DebugInit(void)
+@@ -72,7 +73,7 @@
+ open: DSL_DRV_Open,
+ release: DSL_DRV_Release,
+ write: DSL_DRV_Write,
+- ioctl: DSL_DRV_Ioctls,
++ unlocked_ioctl: DSL_DRV_Ioctls,
+ poll: DSL_DRV_Poll
+ };
+ #else
+@@ -1058,6 +1059,7 @@
/* Entry point of driver */
int __init DSL_ModuleInit(void)
{
@@ -27,7 +36,7 @@
DSL_int_t i;
printk(DSL_DRV_CRLF DSL_DRV_CRLF "Infineon CPE API Driver version: %s" DSL_DRV_CRLF,
-@@ -1104,7 +1106,8 @@ int __init DSL_ModuleInit(void)
+@@ -1104,7 +1106,8 @@
}
DSL_DRV_DevNodeInit();