Browse Source

make ptm drivers work with v3.8

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 36018
John Crispin 13 years ago
parent
commit
d0fe00d8b2

+ 1 - 1
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_adsl.c

@@ -1422,7 +1422,7 @@ static int ptm_showtime_exit(void)
  *    0    --- successful
  *    else --- failure, usually it is negative value of error code
  */
-static int __devinit ifx_ptm_init(void)
+static int ifx_ptm_init(void)
 {
     int ret;
     struct port_cell_info port_cell = {0};

+ 1 - 1
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;