Skip to content

Commit

Permalink
[NET]: Do not export inet_bind_bucket_create twice.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Feb 1, 2006
1 parent 3f4cfc2 commit f9d9516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/ipv4/tcp_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f9d9516

Please sign in to comment.