o NET: move net/core/link_watch.c EXPORT_SYMBOLs from net/netsyms.c

Also fix a typo.
parent 3a44abe4
/* /*
* Linux network device link state notifaction * Linux network device link state notification
* *
* Author: * Author:
* Stefan Rompf <sux@loplof.de> * Stefan Rompf <sux@loplof.de>
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
*/ */
#include <linux/config.h> #include <linux/config.h>
#include <linux/module.h>
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/if.h> #include <linux/if.h>
#include <linux/rtnetlink.h> #include <linux/rtnetlink.h>
...@@ -132,3 +133,4 @@ void linkwatch_fire_event(struct net_device *dev) ...@@ -132,3 +133,4 @@ void linkwatch_fire_event(struct net_device *dev)
} }
} }
EXPORT_SYMBOL(linkwatch_fire_event);
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
#include <linux/net.h> #include <linux/net.h>
#include <linux/in.h> #include <linux/in.h>
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/inetdevice.h>
#include <linux/fddidevice.h> #include <linux/fddidevice.h>
#include <linux/trdevice.h> #include <linux/trdevice.h>
#include <linux/fcdevice.h> #include <linux/fcdevice.h>
...@@ -66,7 +65,6 @@ EXPORT_SYMBOL(make_EII_client); ...@@ -66,7 +65,6 @@ EXPORT_SYMBOL(make_EII_client);
EXPORT_SYMBOL(destroy_EII_client); EXPORT_SYMBOL(destroy_EII_client);
#endif #endif
#ifdef CONFIG_INET #ifdef CONFIG_INET
/* Internet layer registration */ /* Internet layer registration */
EXPORT_SYMBOL(inet_add_protocol); EXPORT_SYMBOL(inet_add_protocol);
...@@ -99,7 +97,6 @@ EXPORT_SYMBOL_GPL(pskb_put); ...@@ -99,7 +97,6 @@ EXPORT_SYMBOL_GPL(pskb_put);
EXPORT_SYMBOL_GPL(skb_to_sgvec); EXPORT_SYMBOL_GPL(skb_to_sgvec);
#endif #endif
#if defined (CONFIG_IPV6_MODULE) || defined (CONFIG_IP_SCTP_MODULE) #if defined (CONFIG_IPV6_MODULE) || defined (CONFIG_IP_SCTP_MODULE)
/* inet functions common to v4 and v6 */ /* inet functions common to v4 and v6 */
...@@ -152,5 +149,4 @@ EXPORT_SYMBOL(unregister_tcf_proto_ops); ...@@ -152,5 +149,4 @@ EXPORT_SYMBOL(unregister_tcf_proto_ops);
EXPORT_PER_CPU_SYMBOL(softnet_data); EXPORT_PER_CPU_SYMBOL(softnet_data);
EXPORT_SYMBOL(linkwatch_fire_event);
#endif /* CONFIG_NET */ #endif /* CONFIG_NET */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment