diff options
author | John Crispin <john@openwrt.org> | 2011-03-11 08:21:21 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-03-11 08:21:21 +0000 |
commit | b387ede3d32221363f6a4b42b94ef15800d6cff2 (patch) | |
tree | e566e7985518b98ad4849ddd588f9499784ad9aa /package/ltq-dsl/patches | |
parent | aae6a9443289410feaae8814436abd3182bb4958 (diff) | |
download | upstream-b387ede3d32221363f6a4b42b94ef15800d6cff2.tar.gz upstream-b387ede3d32221363f6a4b42b94ef15800d6cff2.tar.bz2 upstream-b387ede3d32221363f6a4b42b94ef15800d6cff2.zip |
* fixes dsl, ifxos, tapi and vmcc for .37
SVN-Revision: 26023
Diffstat (limited to 'package/ltq-dsl/patches')
-rw-r--r-- | package/ltq-dsl/patches/100-dsl_compat.patch | 13 |
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(); |