patch-2.3.16 linux/arch/mips/dec/prom/init.c
Next file: linux/arch/mips/dec/prom/memory.c
Previous file: linux/arch/mips/dec/prom/identify.c
Back to the patch index
Back to the overall index
-  Lines: 20
 -  Date:
Thu Aug 26 12:42:31 1999
 -  Orig file: 
v2.3.15/linux/arch/mips/dec/prom/init.c
 -  Orig date: 
Wed Jun 30 11:24:54 1999
 
diff -u --recursive --new-file v2.3.15/linux/arch/mips/dec/prom/init.c linux/arch/mips/dec/prom/init.c
@@ -41,7 +41,7 @@
  * Detect which PROM's the DECSTATION has, and set the callback vectors
  * appropriately.
  */
-__initfunc(void which_prom(unsigned long magic, int *prom_vec))
+void __init which_prom(unsigned long magic, int *prom_vec)
 {
 	/*
 	 * No sign of the REX PROM's magic number means we assume a non-REX
@@ -78,8 +78,8 @@
 	}
 } 
 
-__initfunc(int prom_init(int argc, char **argv,
-	       unsigned long magic, int *prom_vec))
+int __init prom_init(int argc, char **argv,
+	       unsigned long magic, int *prom_vec)
 {
 	/* Determine which PROM's we have (and therefore which machine we're on!) */
 	which_prom(magic, prom_vec);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)