patch-2.3.46 linux/drivers/net/setup.c
Next file: linux/drivers/net/sunlance.c
Previous file: linux/drivers/net/rtl8129.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Tue Feb 15 17:19:07 2000
- Orig file:
v2.3.45/linux/drivers/net/setup.c
- Orig date:
Thu Feb 10 17:11:11 2000
diff -u --recursive --new-file v2.3.45/linux/drivers/net/setup.c linux/drivers/net/setup.c
@@ -15,9 +15,7 @@
extern int x25_asy_init_ctrl_dev(void);
extern int slhc_install(void);
-extern int bpq_init(void);
extern int dmascc_init(void);
-extern int scc_init(void);
extern int yam_init(void);
extern int awc4500_pci_probe(void);
@@ -59,15 +57,9 @@
* Early setup devices
*/
-#if defined(CONFIG_SCC)
- {scc_init, 0},
-#endif
#if defined(CONFIG_DMASCC)
{dmascc_init, 0},
#endif
-#if defined(CONFIG_BPQETHER)
- {bpq_init, 0},
-#endif
#if defined(CONFIG_DLCI)
{dlci_setup, 0},
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)