diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-03-14 18:42:52 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-03-14 18:42:52 +0000 |
commit | 3ef985bb209d4d1a2df5a32615ac63ea41794049 (patch) | |
tree | e8c3dcb68dd4bcca4dbb9ef539f439c1156533b8 /package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_vdsl.c | |
parent | 13c9aecbd2fa59784549dcd4f5e7edbdb8359e57 (diff) |
[lantiq] make ptm drivers work with v3.8
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36018 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_vdsl.c')
-rw-r--r-- | package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_vdsl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_vdsl.c b/package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_vdsl.c index 1a5ae8a7ee..745eb03321 100644 --- a/package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_vdsl.c +++ b/package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_vdsl.c @@ -930,7 +930,7 @@ static int ptm_showtime_exit(void) -static int __devinit ifx_ptm_init(void) +static int ifx_ptm_init(void) { int ret; int i; |