patch-2.4.0-test12 linux/drivers/net/setup.c

Next file: linux/drivers/net/shaper.c
Previous file: linux/drivers/net/sb1000.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test11/linux/drivers/net/setup.c linux/drivers/net/setup.c
@@ -31,9 +31,7 @@
 extern int comx_init(void);
 extern int lmc_setup(void);
 
-extern int abyss_probe(void);
 extern int madgemc_probe(void);
-extern int tms_pci_probe(void);
 
 /* Pad device name to IFNAMSIZ=16. F.e. __PAD6 is string of 9 zeros. */
 #define __PAD6 "\0\0\0\0\0\0\0\0\0"
@@ -115,16 +113,9 @@
 /*
  *	Token Ring Drivers
  */  
-#ifdef CONFIG_ABYSS
-	{abyss_probe, 0},
-#endif
 #ifdef CONFIG_MADGEMC
 	{madgemc_probe, 0},
 #endif
-#ifdef CONFIG_TMSPCI
-	{tms_pci_probe, 0},
-#endif
- 
 	{NULL, 0},
 };
 

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