From: Adrian Bunk Date: Thu, 14 Feb 2008 01:39:34 +0000 (-0800) Subject: [INET]: Unexport __inet_hash_connect X-Git-Tag: v2.6.25-rc2~2^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74da4d34e4a452c3f448fe659fa9f4ba1fbe507e;p=platform%2Fkernel%2Flinux-3.10.git [INET]: Unexport __inet_hash_connect This patch removes the unused EXPORT_SYMBOL_GPL(__inet_hash_connect). Signed-off-by: Adrian Bunk Signed-off-by: David S. Miller --- 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 @@ out: return ret; } } -EXPORT_SYMBOL_GPL(__inet_hash_connect); /* * Bind a port for a connect operation and hash it.