patch-2.3.99-pre6 linux/drivers/net/setup.c

Next file: linux/drivers/net/shaper.c
Previous file: linux/drivers/net/rtl8129.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/drivers/net/setup.c linux/drivers/net/setup.c
@@ -28,6 +28,7 @@
 extern int sdla_setup(void); 
 extern int sdla_c_setup(void); 
 extern int comx_init(void);
+extern int lmc_setup(void);
 
 extern int abyss_probe(void);
 extern int madgemc_probe(void);
@@ -81,6 +82,9 @@
 	 *	SLHC if present needs attaching so other people see it
 	 *	even if not opened.
 	 */
+#if defined(CONFIG_LANMEDIA)
+	{lmc_setup, 0},
+#endif
 	 
 #ifdef CONFIG_INET	 
 #if (defined(CONFIG_SLIP) && defined(CONFIG_SLIP_COMPRESSED)) \

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