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

parent 6c1f7e05
......@@ -65,6 +65,7 @@
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/jiffies.h>
#include <linux/kernel.h>
......@@ -1126,3 +1127,8 @@ void __init icmp_init(struct net_proto_family *ops)
per_cpu(__icmp_socket, i)->sk->sk_prot->unhash(per_cpu(__icmp_socket, i)->sk);
}
}
EXPORT_SYMBOL(icmp_err_convert);
EXPORT_SYMBOL(icmp_send);
EXPORT_SYMBOL(icmp_statistics);
EXPORT_SYMBOL(xrlim_allow);
......@@ -15,7 +15,6 @@
#include <linux/fddidevice.h>
#include <linux/trdevice.h>
#include <linux/fcdevice.h>
#include <linux/ioport.h>
#include <linux/tty.h>
#include <net/snmp.h>
#include <net/checksum.h>
......@@ -30,7 +29,6 @@
#ifdef CONFIG_INET
#include <net/protocol.h>
#include <net/icmp.h>
#include <net/inet_common.h>
#include <linux/inet.h>
#include <linux/mroute.h>
......@@ -67,9 +65,6 @@ EXPORT_SYMBOL(destroy_EII_client);
/* Internet layer registration */
EXPORT_SYMBOL(inet_add_protocol);
EXPORT_SYMBOL(inet_del_protocol);
EXPORT_SYMBOL(icmp_send);
EXPORT_SYMBOL(icmp_statistics);
EXPORT_SYMBOL(icmp_err_convert);
EXPORT_SYMBOL(ip_options_compile);
EXPORT_SYMBOL(ip_options_undo);
EXPORT_SYMBOL(in_aton);
......@@ -99,9 +94,6 @@ EXPORT_SYMBOL(net_statistics);
/* Used by at least ipip.c. */
EXPORT_SYMBOL(ipv4_config);
/* Used by other modules */
EXPORT_SYMBOL(xrlim_allow);
EXPORT_SYMBOL(ip_rcv);
#endif /* CONFIG_INET */
......
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