patch-2.3.16 linux/arch/m68k/mac/debug.c
Next file: linux/arch/m68k/mac/mackeyb.c
Previous file: linux/arch/m68k/mac/config.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Thu Aug 26 12:42:31 1999
-  Orig file: 
v2.3.15/linux/arch/m68k/mac/debug.c
-  Orig date: 
Tue Jan 19 10:58:34 1999
diff -u --recursive --new-file v2.3.15/linux/arch/m68k/mac/debug.c linux/arch/m68k/mac/debug.c
@@ -305,7 +305,7 @@
     } while(0)
     
 #ifndef CONFIG_SERIAL_CONSOLE
-__initfunc(static void mac_init_scc_port( int cflag, int port ))
+static void __init mac_init_scc_port( int cflag, int port )
 #else
 void mac_init_scc_port( int cflag, int port )
 #endif
@@ -385,7 +385,7 @@
 }
 #endif /* DEBUG_SERIAL */
 
-__initfunc(void mac_debug_init(void))
+void __init mac_debug_init(void)
 {
 #ifdef CONFIG_KGDB
     /* the m68k_debug_device is used by the GDB stub, do nothing here */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)