patch-2.3.16 linux/arch/mips/arc/console.c
Next file: linux/arch/mips/arc/env.c
Previous file: linux/arch/mips/arc/cmdline.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/mips/arc/console.c
-  Orig date: 
Wed Jun 30 11:24:54 1999
diff -u --recursive --new-file v2.3.15/linux/arch/mips/arc/console.c linux/arch/mips/arc/console.c
@@ -23,7 +23,7 @@
 #ifdef CONFIG_SGI_PROM_CONSOLE
 void prom_putchar(char c)
 #else
-__initfunc(void prom_putchar(char c))
+void __init prom_putchar(char c)
 #endif
 {
 	long cnt;
@@ -37,7 +37,7 @@
 #ifdef CONFIG_SGI_PROM_CONSOLE
 char prom_getchar(void)
 #else
-__initfunc(char prom_getchar(void))
+char __init prom_getchar(void)
 #endif
 {
 	long cnt;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)