diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-13 17:40:25 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-13 17:40:25 -0800 |
commit | 324b57619bdd151abbab73a48707c17cfb0e9ba4 (patch) | |
tree | b0d1f91b19aa182d2b168605f178767511510a3f /net | |
parent | 74da4d34e4a452c3f448fe659fa9f4ba1fbe507e (diff) |
[INET]: Unexport inet_listen_wlock
This patch removes the no longer used EXPORT_SYMBOL(inet_listen_wlock).
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/inet_hashtables.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/inet_hashtables.c b/net/ipv4/inet_hashtables.c index e6a007260cec..1aba606f6bbb 100644 --- a/net/ipv4/inet_hashtables.c +++ b/net/ipv4/inet_hashtables.c @@ -120,8 +120,6 @@ void inet_listen_wlock(struct inet_hashinfo *hashinfo) } } -EXPORT_SYMBOL(inet_listen_wlock); - /* * Don't inline this cruft. Here are some nice properties to exploit here. The * BSD API does not allow a listening sock to specify the remote port nor the |