patch-2.3.41 linux/drivers/net/Space.c

Next file: linux/drivers/net/a2065.c
Previous file: linux/drivers/i2o/i2o_core.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.40/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -569,7 +569,6 @@
 /* Token-ring device probe */
 extern int ibmtr_probe(struct net_device *);
 extern int olympic_probe(struct net_device *);
-extern int tms380tr_probe(struct net_device *);
 extern int smctr_probe(struct net_device *);
 
 static int
@@ -581,9 +580,6 @@
 #endif
 #ifdef CONFIG_IBMOL
 	&& olympic_probe(dev)
-#endif
-#ifdef CONFIG_SKTR
-	&& tms380tr_probe(dev)
 #endif
 #ifdef CONFIG_SMCTR
 	&& smctr_probe(dev)

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