commit | 74da4d34e4a452c3f448fe659fa9f4ba1fbe507e | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Wed Feb 13 17:39:34 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 13 17:39:34 2008 -0800 |
tree | 370c65a1b73a91df56aa3e0b2fd9fa975e337f9d | |
parent | d5bd0146f0d61f7dc9904a7cc6d5cb9832034de4 [diff] |
[INET]: Unexport __inet_hash_connect This patch removes the unused EXPORT_SYMBOL_GPL(__inet_hash_connect). Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/inet_hashtables.c b/net/ipv4/inet_hashtables.c index 9cac6c0..e6a0072 100644 --- a/net/ipv4/inet_hashtables.c +++ b/net/ipv4/inet_hashtables.c
@@ -494,7 +494,6 @@ return ret; } } -EXPORT_SYMBOL_GPL(__inet_hash_connect); /* * Bind a port for a connect operation and hash it.