diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-10-26 04:06:08 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-10-26 04:06:08 -0700 |
commit | 39296ed6699df34fdfbf1b14281c07321a079a3d (patch) | |
tree | 8834fae2700eb9e947cc588dc92582d6b6af8090 /net/ipv4/icmp.c | |
parent | bbbb1a812de596958163779ae5b0806bc53a83f4 (diff) | |
download | talos-op-linux-39296ed6699df34fdfbf1b14281c07321a079a3d.tar.gz talos-op-linux-39296ed6699df34fdfbf1b14281c07321a079a3d.zip |
[INET]: Unexport icmpmsg_statistics
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>
Diffstat (limited to 'net/ipv4/icmp.c')
-rw-r--r-- | net/ipv4/icmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index 272c69e106e9..233de0634298 100644 --- a/net/ipv4/icmp.c +++ b/net/ipv4/icmp.c @@ -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); |