patch-2.4.25 linux-2.4.25/drivers/net/Space.c
Next file: linux-2.4.25/drivers/net/au1000_eth.c
Previous file: linux-2.4.25/drivers/net/Makefile.lib
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
2004-02-18 05:36:31.000000000 -0800
- Orig file:
linux-2.4.24/drivers/net/Space.c
- Orig date:
2002-08-02 17:39:44.000000000 -0700
diff -urN linux-2.4.24/drivers/net/Space.c linux-2.4.25/drivers/net/Space.c
@@ -83,7 +83,6 @@
extern int SK_init(struct net_device *);
extern int seeq8005_probe(struct net_device *);
extern int smc_init( struct net_device * );
-extern int sgiseeq_probe(struct net_device *);
extern int atarilance_probe(struct net_device *);
extern int sun3lance_probe(struct net_device *);
extern int sun3_82586_probe(struct net_device *);
@@ -366,14 +365,6 @@
{NULL, 0},
};
-
-static struct devprobe sgi_probes[] __initdata = {
-#ifdef CONFIG_SGISEEQ
- {sgiseeq_probe, 0},
-#endif
- {NULL, 0},
-};
-
static struct devprobe mips_probes[] __initdata = {
#ifdef CONFIG_MIPS_JAZZ_SONIC
{sonic_probe, 0},
@@ -408,8 +399,6 @@
return 0;
if (probe_list(dev, mips_probes) == 0)
return 0;
- if (probe_list(dev, sgi_probes) == 0)
- return 0;
if (probe_list(dev, eisa_probes) == 0)
return 0;
if (probe_list(dev, mca_probes) == 0)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)