aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
authorSam Ravnborg <[email protected]>2006-02-01 01:47:02 +0000
committerDavid S. Miller <[email protected]>2006-02-01 01:47:02 +0000
commitf9d9516db71eb3a8547948cdddc139eb1c1b9aee (patch)
tree22c160b1b992b6741d326f334237f99efa7e0b1c /net/ipv4/tcp_ipv4.c
parent[BRIDGE]: Fix device delete race. (diff)
downloadkernel-f9d9516db71eb3a8547948cdddc139eb1c1b9aee.tar.gz
kernel-f9d9516db71eb3a8547948cdddc139eb1c1b9aee.zip
[NET]: Do not export inet_bind_bucket_create twice.
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r--net/ipv4/tcp_ipv4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index 1ac35a65b2e5..233bdf259965 100644
--- 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);