patch-2.3.16 linux/arch/sparc64/prom/init.c

Next file: linux/arch/sparc64/prom/memory.c
Previous file: linux/arch/sparc64/prom/bootstr.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/arch/sparc64/prom/init.c linux/arch/sparc64/prom/init.c
@@ -1,4 +1,4 @@
-/* $Id: init.c,v 1.8 1998/03/15 10:14:44 ecd Exp $
+/* $Id: init.c,v 1.9 1999/08/31 06:55:03 davem Exp $
  * init.c:  Initialize internal variables used by the PROM
  *          library functions.
  *
@@ -31,7 +31,7 @@
 extern void prom_ranges_init(void);
 extern void prom_cif_init(void *, void *);
 
-__initfunc(void prom_init(void *cif_handler, void *cif_stack))
+void __init prom_init(void *cif_handler, void *cif_stack)
 {
 	char buffer[80], *p;
 	int ints[3];

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