From: Adrian Bunk Date: Fri, 26 Oct 2007 11:06:08 +0000 (-0700) Subject: [INET]: Unexport icmpmsg_statistics X-Git-Tag: upstream/snapshot3+hdmi~29286^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39296ed6699df34fdfbf1b14281c07321a079a3d;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [INET]: Unexport icmpmsg_statistics This patch removes the unused EXPORT_SYMBOL(icmpmsg_statistics). Signed-off-by: Adrian Bunk Signed-off-by: David S. Miller --- diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index 272c69e..233de06 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);