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

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

diff -u --recursive --new-file v2.4.13/linux/drivers/atm/atmdev_init.c linux/drivers/atm/atmdev_init.c
@@ -25,6 +25,9 @@
 #ifdef CONFIG_ATM_FORE200E
 extern int fore200e_detect(void);
 #endif
+#ifdef CONFIG_ATM_LANAI
+extern int lanai_detect(void);
+#endif
 
 
 /*
@@ -55,6 +58,9 @@
 #endif
 #ifdef CONFIG_ATM_FORE200E
 	devs += fore200e_detect();
+#endif
+#ifdef CONFIG_ATM_LANAI
+	devs += lanai_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)