netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] unexport icmpmsg_statistics
@ 2007-10-24 16:24 Adrian Bunk
  2007-10-24 19:07 ` David Stevens
  0 siblings, 1 reply; 11+ messages in thread
From: Adrian Bunk @ 2007-10-24 16:24 UTC (permalink / raw)
  To: David L Stevens; +Cc: linux-kernel, netdev

This patch removes the unused EXPORT_SYMBOL(icmpmsg_statistics).

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
4ce74657ac0b1bdcb4c7bc359d05643f8cc4a08b 
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);


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-10-26 11:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-24 16:24 [2.6 patch] unexport icmpmsg_statistics Adrian Bunk
2007-10-24 19:07 ` David Stevens
2007-10-24 19:14   ` Adrian Bunk
2007-10-24 19:29     ` David Stevens
2007-10-24 20:11       ` David Stevens
2007-10-24 20:24         ` Vlad Yasevich
2007-10-24 20:43           ` David Stevens
2007-10-24 20:54             ` Vlad Yasevich
2007-10-24 21:00             ` Vlad Yasevich
2007-10-26 11:06             ` David Miller
2007-10-24 20:52         ` Vlad Yasevich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).