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

parent 03632aee
......@@ -11,6 +11,7 @@
*
*/
#include <linux/module.h>
#include <linux/types.h>
#include <asm/uaccess.h>
#include <linux/skbuff.h>
......@@ -617,3 +618,6 @@ int ip_options_rcv_srr(struct sk_buff *skb)
}
return 0;
}
EXPORT_SYMBOL(ip_options_compile);
EXPORT_SYMBOL(ip_options_undo);
......@@ -60,8 +60,6 @@ EXPORT_SYMBOL(destroy_EII_client);
#endif
#ifdef CONFIG_INET
EXPORT_SYMBOL(ip_options_compile);
EXPORT_SYMBOL(ip_options_undo);
EXPORT_SYMBOL(in_aton);
EXPORT_SYMBOL(ip_defrag);
EXPORT_SYMBOL(inet_peer_idlock);
......
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