patch-2.3.43 linux/drivers/atm/atmdev_init.c

Next file: linux/drivers/atm/atmsar11.data
Previous file: linux/drivers/atm/ambassador.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/drivers/atm/atmdev_init.c linux/drivers/atm/atmdev_init.c
@@ -16,9 +16,6 @@
 #ifdef CONFIG_ATM_TNETA1570
 extern int tneta1570_detect(void);
 #endif
-#ifdef CONFIG_ATM_FORE200
-extern int fore200_detect(void);
-#endif
 #ifdef CONFIG_ATM_NICSTAR
 extern int nicstar_detect(void);
 #endif
@@ -28,6 +25,9 @@
 #ifdef CONFIG_ATM_HORIZON
 extern int hrz_detect(void);
 #endif
+#ifdef CONFIG_ATM_IA
+extern int ia_detect(void);
+#endif
 
 
 int __init atmdev_init(void)
@@ -44,9 +44,6 @@
 #ifdef CONFIG_ATM_TNETA1570
 	devs += tneta1570_detect();
 #endif
-#ifdef CONFIG_ATM_FORE200
-	devs += fore200_detect();
-#endif
 #ifdef CONFIG_ATM_NICSTAR
 	devs += nicstar_detect();
 #endif
@@ -55,6 +52,9 @@
 #endif
 #ifdef CONFIG_ATM_HORIZON
 	devs += hrz_detect();
+#endif
+#ifdef CONFIG_ATM_IA
+	devs += ia_detect();
 #endif
 	return devs;
 }

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