patch-2.2.12 linux/net/netsyms.c

Next file: linux/CREDITS
Previous file: linux/net/ipv6/tcp_ipv6.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.11/linux/net/netsyms.c linux/net/netsyms.c
@@ -15,6 +15,7 @@
 #include <linux/inetdevice.h>
 #include <linux/fddidevice.h>
 #include <linux/trdevice.h>
+#include <linux/fcdevice.h>
 #include <linux/ioport.h>
 #include <net/neighbour.h>
 #include <net/snmp.h>
@@ -424,6 +425,14 @@
 EXPORT_SYMBOL(unregister_trdev);
 EXPORT_SYMBOL(init_trdev);
 EXPORT_SYMBOL(tr_freedev);
+#endif
+
+#ifdef CONFIG_NET_FC
+EXPORT_SYMBOL(fc_setup); 
+EXPORT_SYMBOL(register_fcdev); 
+EXPORT_SYMBOL(unregister_fcdev);
+EXPORT_SYMBOL(init_fcdev);  
+EXPORT_SYMBOL(fc_freedev);
 #endif
 
 /* Device callback registration */


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