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

parent 1a3ff3b6
......@@ -27,6 +27,7 @@
#include <asm/uaccess.h>
#include <asm/system.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/sched.h>
......@@ -95,3 +96,6 @@ int inet_del_protocol(struct inet_protocol *prot, unsigned char protocol)
return ret;
}
EXPORT_SYMBOL(inet_add_protocol);
EXPORT_SYMBOL(inet_del_protocol);
......@@ -28,7 +28,6 @@
#include <linux/random.h>
#ifdef CONFIG_INET
#include <net/protocol.h>
#include <net/inet_common.h>
#include <linux/inet.h>
#if defined(CONFIG_INET_AH) || defined(CONFIG_INET_AH_MODULE) || defined(CONFIG_INET6_AH) || defined(CONFIG_INET6_AH_MODULE)
......@@ -61,9 +60,6 @@ EXPORT_SYMBOL(destroy_EII_client);
#endif
#ifdef CONFIG_INET
/* Internet layer registration */
EXPORT_SYMBOL(inet_add_protocol);
EXPORT_SYMBOL(inet_del_protocol);
EXPORT_SYMBOL(ip_options_compile);
EXPORT_SYMBOL(ip_options_undo);
EXPORT_SYMBOL(in_aton);
......
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