patch-2.4.25 linux-2.4.25/drivers/atm/atmdev_init.c
Next file: linux-2.4.25/drivers/atm/he.c
Previous file: linux-2.4.25/drivers/acpi/utilities/utxface.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
2004-02-18 05:36:31.000000000 -0800
- Orig file:
linux-2.4.24/drivers/atm/atmdev_init.c
- Orig date:
2003-06-13 07:51:32.000000000 -0700
diff -urN linux-2.4.24/drivers/atm/atmdev_init.c linux-2.4.25/drivers/atm/atmdev_init.c
@@ -10,9 +10,6 @@
#ifdef CONFIG_ATM_ZATM
extern int zatm_detect(void);
#endif
-#ifdef CONFIG_ATM_NICSTAR
-extern int nicstar_detect(void);
-#endif
#ifdef CONFIG_ATM_AMBASSADOR
extern int amb_detect(void);
#endif
@@ -41,9 +38,6 @@
#ifdef CONFIG_ATM_ZATM
devs += zatm_detect();
#endif
-#ifdef CONFIG_ATM_NICSTAR
- devs += nicstar_detect();
-#endif
#ifdef CONFIG_ATM_AMBASSADOR
devs += amb_detect();
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)