projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbbb1a8
)
[INET]: Unexport icmpmsg_statistics
author
Adrian Bunk
<bunk@kernel.org>
Fri, 26 Oct 2007 11:06:08 +0000
(
04:06
-0700)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/icmp.c
b/net/ipv4/icmp.c
index 272c69e106e9a6a416249fcb77607ac43c16940a..233de06342989ec9a4067ed7e5a7b7f45fed6797 100644
(file)
--- 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);