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

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)