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

parent 69df26da
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,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/sched.h> #include <linux/sched.h>
...@@ -1055,3 +1056,10 @@ int ip_getsockopt(struct sock *sk, int level, int optname, char *optval, int *op ...@@ -1055,3 +1056,10 @@ int ip_getsockopt(struct sock *sk, int level, int optname, char *optval, int *op
} }
return 0; return 0;
} }
EXPORT_SYMBOL(ip_cmsg_recv);
#ifdef CONFIG_IP_SCTP_MODULE
EXPORT_SYMBOL(ip_getsockopt);
EXPORT_SYMBOL(ip_setsockopt);
#endif
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include <linux/ioport.h> #include <linux/ioport.h>
#include <linux/tty.h> #include <linux/tty.h>
#include <linux/ethtool.h> #include <linux/ethtool.h>
#include <net/neighbour.h>
#include <net/snmp.h> #include <net/snmp.h>
#include <net/dst.h> #include <net/dst.h>
#include <net/checksum.h> #include <net/checksum.h>
...@@ -45,7 +44,6 @@ ...@@ -45,7 +44,6 @@
#include <net/atmclip.h> #include <net/atmclip.h>
#endif #endif
#include <net/ip.h> #include <net/ip.h>
#include <net/udp.h>
#include <net/tcp.h> #include <net/tcp.h>
#include <net/icmp.h> #include <net/icmp.h>
#include <net/inet_common.h> #include <net/inet_common.h>
...@@ -144,7 +142,6 @@ EXPORT_SYMBOL(ip_mc_inc_group); ...@@ -144,7 +142,6 @@ EXPORT_SYMBOL(ip_mc_inc_group);
EXPORT_SYMBOL(ip_mc_dec_group); EXPORT_SYMBOL(ip_mc_dec_group);
EXPORT_SYMBOL(ip_mc_join_group); EXPORT_SYMBOL(ip_mc_join_group);
EXPORT_SYMBOL(ip_finish_output); EXPORT_SYMBOL(ip_finish_output);
EXPORT_SYMBOL(ip_cmsg_recv);
EXPORT_SYMBOL(inet_addr_type); EXPORT_SYMBOL(inet_addr_type);
EXPORT_SYMBOL(inet_select_addr); EXPORT_SYMBOL(inet_select_addr);
EXPORT_SYMBOL(ip_dev_find); EXPORT_SYMBOL(ip_dev_find);
...@@ -197,26 +194,14 @@ EXPORT_SYMBOL(sysctl_tcp_reordering); ...@@ -197,26 +194,14 @@ EXPORT_SYMBOL(sysctl_tcp_reordering);
EXPORT_SYMBOL(sysctl_tcp_ecn); EXPORT_SYMBOL(sysctl_tcp_ecn);
EXPORT_SYMBOL(tcp_cwnd_application_limited); EXPORT_SYMBOL(tcp_cwnd_application_limited);
extern int sysctl_tcp_tw_recycle;
#ifdef CONFIG_SYSCTL #ifdef CONFIG_SYSCTL
extern int sysctl_tcp_tw_recycle;
EXPORT_SYMBOL(sysctl_tcp_tw_recycle); EXPORT_SYMBOL(sysctl_tcp_tw_recycle);
#endif #endif
EXPORT_SYMBOL(ip_generic_getfrag); EXPORT_SYMBOL(ip_generic_getfrag);
#endif #endif
#ifdef CONFIG_IP_SCTP_MODULE
EXPORT_SYMBOL(ip_setsockopt);
EXPORT_SYMBOL(ip_getsockopt);
#endif /* CONFIG_IP_SCTP_MODULE */
/* Used by at least ipip.c. */ /* Used by at least ipip.c. */
EXPORT_SYMBOL(ipv4_config); EXPORT_SYMBOL(ipv4_config);
......
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