patch-2.4.0-test11 linux/drivers/sbus/sbus.c
Next file: linux/drivers/scsi/3w-xxxx.c
Previous file: linux/drivers/sbus/char/uctrl.c
Back to the patch index
Back to the overall index
- Lines: 53
- Date:
Thu Nov 9 15:57:41 2000
- Orig file:
v2.4.0-test10/linux/drivers/sbus/sbus.c
- Orig date:
Thu Mar 16 11:40:17 2000
diff -u --recursive --new-file v2.4.0-test10/linux/drivers/sbus/sbus.c linux/drivers/sbus/sbus.c
@@ -1,4 +1,4 @@
-/* $Id: sbus.c,v 1.86 2000/03/16 09:23:57 jj Exp $
+/* $Id: sbus.c,v 1.91 2000/11/08 05:04:06 davem Exp $
* sbus.c: SBus support routines.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
@@ -165,21 +165,9 @@
extern void iommu_init(int iommu_node, struct sbus_bus *sbus);
extern void iounit_init(int sbi_node, int iounit_node, struct sbus_bus *sbus);
void sun4_init(void);
-#ifdef CONFIG_SUN_OPENPROMIO
-extern int openprom_init(void);
-#endif
#ifdef CONFIG_SUN_AUXIO
extern void auxio_probe(void);
#endif
-#ifdef CONFIG_OBP_FLASH
-extern int flash_init(void);
-#endif
-#ifdef CONFIG_SUN_AURORA
-extern int aurora_init(void);
-#endif
-#ifdef CONFIG_TADPOLE_TS102_UCTRL
-extern int ts102_uctrl_init(void);
-#endif
static void __init sbus_do_child_siblings(int start_node,
struct sbus_dev *child,
@@ -520,24 +508,9 @@
firetruck_init();
}
#endif
-#ifdef CONFIG_SUN_OPENPROMIO
- openprom_init();
-#endif
-#ifdef CONFIG_SUN_BPP
- bpp_init();
-#endif
#ifdef CONFIG_SUN_AUXIO
if (sparc_cpu_model == sun4u)
auxio_probe ();
-#endif
-#ifdef CONFIG_OBP_FLASH
- flash_init();
-#endif
-#ifdef CONFIG_SUN_AURORA
- aurora_init();
-#endif
-#ifdef CONFIG_TADPOLE_TS102_UCTRL
- ts102_uctrl_init();
#endif
#ifdef __sparc_v9__
if (sparc_cpu_model == sun4u) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)