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

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

diff -u --recursive --new-file v2.3.15/linux/arch/sparc/prom/ranges.c linux/arch/sparc/prom/ranges.c
@@ -1,4 +1,4 @@
-/* $Id: ranges.c,v 1.11 1998/01/30 10:59:05 jj Exp $
+/* $Id: ranges.c,v 1.12 1999/08/31 06:54:47 davem Exp $
  * ranges.c: Handle ranges in newer proms for obio/sbus.
  *
  * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
@@ -82,7 +82,7 @@
 	}
 }
 
-__initfunc(void prom_ranges_init(void))
+void __init prom_ranges_init(void)
 {
 	int node, obio_node;
 	int success;
@@ -107,7 +107,7 @@
 	return;
 }
 
-__initfunc(void prom_sbus_ranges_init(int parentnd, struct linux_sbus *sbus))
+void __init prom_sbus_ranges_init(int parentnd, struct linux_sbus *sbus)
 {
 	int success;
 	

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