patch-2.4.6 linux/arch/sparc64/kernel/ebus.c
Next file: linux/arch/sparc64/kernel/ioctl32.c
Previous file: linux/arch/sparc64/kernel/devices.c
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Tue Jun 12 11:08:46 2001
- Orig file:
v2.4.5/linux/arch/sparc64/kernel/ebus.c
- Orig date:
Thu Apr 26 22:17:25 2001
diff -u --recursive --new-file v2.4.5/linux/arch/sparc64/kernel/ebus.c linux/arch/sparc64/kernel/ebus.c
@@ -1,4 +1,4 @@
-/* $Id: ebus.c,v 1.61 2001/04/24 05:13:25 davem Exp $
+/* $Id: ebus.c,v 1.63 2001/06/08 02:27:16 davem Exp $
* ebus.c: PCI to EBus bridge device.
*
* Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be)
@@ -25,7 +25,6 @@
#ifdef CONFIG_SUN_AUXIO
extern void auxio_probe(void);
#endif
-extern void rs_init(void);
static inline void *ebus_alloc(size_t size)
{
@@ -269,8 +268,6 @@
printk("]");
}
-extern void clock_probe(void);
-extern void power_init(void);
void __init ebus_init(void)
{
@@ -395,10 +392,7 @@
++num_ebus;
}
- rs_init();
#ifdef CONFIG_SUN_AUXIO
auxio_probe();
#endif
- clock_probe();
- power_init();
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)