aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_hashtables.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-02-13 17:39:34 -0800
committerDavid S. Miller <davem@davemloft.net>2008-02-13 17:39:34 -0800
commit74da4d34e4a452c3f448fe659fa9f4ba1fbe507e (patch)
tree370c65a1b73a91df56aa3e0b2fd9fa975e337f9d /net/ipv4/inet_hashtables.c
parent[NET]: Improve cache line coherency of ingress qdisc (diff)
downloadlinux-dev-74da4d34e4a452c3f448fe659fa9f4ba1fbe507e.tar.xz
linux-dev-74da4d34e4a452c3f448fe659fa9f4ba1fbe507e.zip
[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>
Diffstat (limited to 'net/ipv4/inet_hashtables.c')
-rw-r--r--net/ipv4/inet_hashtables.c1
1 files changed, 0 insertions, 1 deletions
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.