patch-2.3.16 linux/arch/sparc/prom/bootstr.c

Next file: linux/arch/sparc/prom/init.c
Previous file: linux/arch/sparc/mm/viking.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/arch/sparc/prom/bootstr.c linux/arch/sparc/prom/bootstr.c
@@ -1,4 +1,4 @@
-/* $Id: bootstr.c,v 1.17 1998/02/09 13:26:21 jj Exp $
+/* $Id: bootstr.c,v 1.18 1999/08/31 06:54:45 davem Exp $
  * bootstr.c:  Boot string/argument acquisition from the PROM.
  *
  * Copyright(C) 1995 David S. Miller (davem@caip.rutgers.edu)
@@ -16,8 +16,8 @@
 
 extern linux_sun4_romvec *sun4_romvec;
 
-__initfunc(char *
-prom_getbootargs(void))
+char * __init
+prom_getbootargs(void)
 {
 	int iter;
 	char *cp, *arg;

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