Commit 74da4d34 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller

[INET]: Unexport __inet_hash_connect

This patch removes the unused EXPORT_SYMBOL_GPL(__inet_hash_connect).
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d5bd0146
...@@ -494,7 +494,6 @@ int __inet_hash_connect(struct inet_timewait_death_row *death_row, ...@@ -494,7 +494,6 @@ int __inet_hash_connect(struct inet_timewait_death_row *death_row,
return ret; return ret;
} }
} }
EXPORT_SYMBOL_GPL(__inet_hash_connect);
/* /*
* Bind a port for a connect operation and hash it. * Bind a port for a connect operation and hash it.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment