From: Adrian Bunk Date: Thu, 14 Feb 2008 01:39:34 +0000 (-0800) Subject: [INET]: Unexport __inet_hash_connect X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=74da4d34e4a452c3f448fe659fa9f4ba1fbe507e;p=deliverable%2Flinux.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 9cac6c034abd..e6a007260cec 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.