patch-2.4.21 linux-2.4.21/drivers/atm/atmdev_init.c
Next file: linux-2.4.21/drivers/atm/fore200e.c
Previous file: linux-2.4.21/drivers/acpi/acpi_ksyms.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
2003-06-13 07:51:32.000000000 -0700
- Orig file:
linux-2.4.20/drivers/atm/atmdev_init.c
- Orig date:
2001-11-13 09:19:41.000000000 -0800
diff -urN linux-2.4.20/drivers/atm/atmdev_init.c linux-2.4.21/drivers/atm/atmdev_init.c
@@ -19,9 +19,6 @@
#ifdef CONFIG_ATM_HORIZON
extern int hrz_detect(void);
#endif
-#ifdef CONFIG_ATM_IA
-extern int ia_detect(void);
-#endif
#ifdef CONFIG_ATM_FORE200E
extern int fore200e_detect(void);
#endif
@@ -53,9 +50,6 @@
#ifdef CONFIG_ATM_HORIZON
devs += hrz_detect();
#endif
-#ifdef CONFIG_ATM_IA
- devs += ia_detect();
-#endif
#ifdef CONFIG_ATM_FORE200E
devs += fore200e_detect();
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)