projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f4cfc2
)
[NET]: Do not export inet_bind_bucket_create twice.
author
Sam Ravnborg
<sam@ravnborg.org>
Wed, 1 Feb 2006 01:47:02 +0000
(17:47 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 1 Feb 2006 01:47:02 +0000
(17:47 -0800)
inet_bind_bucket_create was exported twice. Keep the export in the
file where inet_bind_bucket_create is defined.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c
patch
|
blob
|
history
diff --git
a/net/ipv4/tcp_ipv4.c
b/net/ipv4/tcp_ipv4.c
index 1ac35a65b2e5e211fa202853c13e8c18301cdf41..233bdf2599658513c8ede17ebcc77c38bc2cac4a 100644
(file)
--- a/
net/ipv4/tcp_ipv4.c
+++ b/
net/ipv4/tcp_ipv4.c
@@
-1845,7
+1845,6
@@
void __init tcp_v4_init(struct net_proto_family *ops)
}
EXPORT_SYMBOL(ipv4_specific);
-EXPORT_SYMBOL(inet_bind_bucket_create);
EXPORT_SYMBOL(tcp_hashinfo);
EXPORT_SYMBOL(tcp_prot);
EXPORT_SYMBOL(tcp_unhash);