o NET: move net/ipv4/ip_fragment.c EXPORT_SYMBOLs from net/netsyms.c

parent 734fe4d6
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
*/ */
#include <linux/config.h> #include <linux/config.h>
#include <linux/module.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/jiffies.h> #include <linux/jiffies.h>
...@@ -675,3 +676,5 @@ void ipfrag_init(void) ...@@ -675,3 +676,5 @@ void ipfrag_init(void)
ipfrag_secret_timer.expires = jiffies + sysctl_ipfrag_secret_interval; ipfrag_secret_timer.expires = jiffies + sysctl_ipfrag_secret_interval;
add_timer(&ipfrag_secret_timer); add_timer(&ipfrag_secret_timer);
} }
EXPORT_SYMBOL(ip_defrag);
...@@ -59,7 +59,6 @@ EXPORT_SYMBOL(destroy_EII_client); ...@@ -59,7 +59,6 @@ EXPORT_SYMBOL(destroy_EII_client);
#endif #endif
#ifdef CONFIG_INET #ifdef CONFIG_INET
EXPORT_SYMBOL(ip_defrag);
EXPORT_SYMBOL(inet_peer_idlock); EXPORT_SYMBOL(inet_peer_idlock);
/* Route manipulation */ /* Route manipulation */
......
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