patch-1.3.73 linux/drivers/net/Space.c
Next file: linux/drivers/net/eexpress.c
Previous file: linux/drivers/net/Makefile
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Mar 11 11:10:41 1996
- Orig file:
v1.3.72/linux/drivers/net/Space.c
- Orig date:
Sun Mar 10 09:49:49 1996
diff -u --recursive --new-file v1.3.72/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -69,7 +69,7 @@
extern int SK_init(struct device *);
extern int seeq8005_probe(struct device *);
extern int tc59x_probe(struct device *);
-extern int smc9_init( struct device * );
+extern int smc_init( struct device * );
/* Detachable devices ("pocket adaptors") */
extern int atp_init(struct device *);
@@ -98,7 +98,7 @@
&& ultra_probe(dev)
#endif
#if defined(CONFIG_SMC9194)
- && smc9_init(dev)
+ && smc_init(dev)
#endif
#if defined(CONFIG_WD80x3) || defined(WD80x3)
&& wd_probe(dev)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this