OSDN Git Service

[INET]: Unexport icmpmsg_statistics
authorAdrian Bunk <bunk@kernel.org>
Fri, 26 Oct 2007 11:06:08 +0000 (04:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Oct 2007 11:06:08 +0000 (04:06 -0700)
This patch removes the unused EXPORT_SYMBOL(icmpmsg_statistics).

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/icmp.c

index 272c69e..233de06 100644 (file)
@@ -1104,5 +1104,4 @@ void __init icmp_init(struct net_proto_family *ops)
 EXPORT_SYMBOL(icmp_err_convert);
 EXPORT_SYMBOL(icmp_send);
 EXPORT_SYMBOL(icmp_statistics);
-EXPORT_SYMBOL(icmpmsg_statistics);
 EXPORT_SYMBOL(xrlim_allow);