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

Next file: linux/drivers/atm/eni.c
Previous file: linux/drivers/atm/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.47/linux/drivers/atm/atmdev_init.c linux/drivers/atm/atmdev_init.c
@@ -28,6 +28,9 @@
 #ifdef CONFIG_ATM_IA
 extern int ia_detect(void);
 #endif
+#ifdef CONFIG_ATM_FORE200E
+extern int fore200e_detect(void);
+#endif
 
 
 int __init atmdev_init(void)
@@ -55,6 +58,9 @@
 #endif
 #ifdef CONFIG_ATM_IA
 	devs += ia_detect();
+#endif
+#ifdef CONFIG_ATM_FORE200E
+        devs += fore200e_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)