diff options
| author | Adrian Bunk <bunk@kernel.org> | 2008-02-13 20:39:34 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2008-02-13 20:39:34 -0500 |
| commit | 74da4d34e4a452c3f448fe659fa9f4ba1fbe507e (patch) | |
| 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>
| -rw-r--r-- | net/ipv4/inet_hashtables.c | 1 |
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: | |||
| 494 | return ret; | 494 | return ret; |
| 495 | } | 495 | } |
| 496 | } | 496 | } |
| 497 | EXPORT_SYMBOL_GPL(__inet_hash_connect); | ||
| 498 | 497 | ||
| 499 | /* | 498 | /* |
| 500 | * Bind a port for a connect operation and hash it. | 499 | * Bind a port for a connect operation and hash it. |
