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]> --- I've noticed double export while playing with modpost. I did not see any ill-effect of it - but modpost may soon complain. EXPORT_SYMBOL(sysctl_local_port_range) in same file is also misplaced, but the fix is less obvious. Sam diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 6ea3539..7e7c40e 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 } EXPORT_SYMBOL(ipv4_specific); -EXPORT_SYMBOL(inet_bind_bucket_create); EXPORT_SYMBOL(tcp_hashinfo); EXPORT_SYMBOL(tcp_prot); EXPORT_SYMBOL(tcp_unhash); - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html