patch-2.3.16 linux/arch/mips/dec/serial.c

Next file: linux/arch/mips/dec/setup.c
Previous file: linux/arch/mips/dec/promcon.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/arch/mips/dec/serial.c linux/arch/mips/dec/serial.c
@@ -45,7 +45,7 @@
 
 #ifdef CONFIG_SERIAL
 
-__initfunc(int rs_init(void))
+int __init rs_init(void)
 {
 
 #if defined(CONFIG_ZS) && defined(CONFIG_DZ)
@@ -73,7 +73,7 @@
 /* serial_console_init handles the special case of starting
  *   up the console on the serial port
  */
-__initfunc(long serial_console_init(long kmem_start, long kmem_end))
+long __init serial_console_init(long kmem_start, long kmem_end)
 {
 #if defined(CONFIG_ZS) && defined(CONFIG_DZ)
     if (IOASIC)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)