From: Kenn H. <ke...@us...> - 2003-08-03 18:28:38
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/net In directory sc8-pr-cvs1:/tmp/cvs-serv25440/drivers/net Modified Files: Space.c Log Message: Merge with 2.5.59 Index: Space.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/net/Space.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Space.c 7 Jul 2003 23:47:31 -0000 1.8 +++ Space.c 3 Aug 2003 18:28:35 -0000 1.9 @@ -55,7 +55,6 @@ extern int hp_plus_probe(struct net_device *dev); extern int express_probe(struct net_device *); extern int eepro_probe(struct net_device *); -extern int el3_probe(struct net_device *); extern int at1500_probe(struct net_device *); extern int at1700_probe(struct net_device *); extern int fmv18x_probe(struct net_device *); @@ -212,9 +211,6 @@ * look for EISA/PCI/MCA cards in addition to ISA cards). */ static struct devprobe isa_probes[] __initdata = { -#ifdef CONFIG_EL3 /* ISA, EISA, MCA 3c5x9 */ - {el3_probe, 0}, -#endif #ifdef CONFIG_HP100 /* ISA, EISA & PCI */ {hp100_probe, 0}, #endif |