diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-23 06:37:49 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-23 06:37:49 -0400 |
commit | cd58f2a96ba95fb5b69580784bc6f7179001869c (patch) | |
tree | c1474ed4270a82253be7f44b2dec23be55eef73b /net/socket.c | |
parent | 201410ce85d80b7b893cdc72e944a1341dd393f1 (diff) |
net: Unexport move_addr_to_{kernel,user}
After the removal of the Solaris binary emulation the exports of
move_addr_to_{kernel,user} are no longer used.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/socket.c')
-rw-r--r-- | net/socket.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/socket.c b/net/socket.c index 9b5c917f8a6b..66c4a8cf6db9 100644 --- a/net/socket.c +++ b/net/socket.c | |||
@@ -2327,9 +2327,6 @@ int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how) | |||
2327 | return sock->ops->shutdown(sock, how); | 2327 | return sock->ops->shutdown(sock, how); |
2328 | } | 2328 | } |
2329 | 2329 | ||
2330 | /* ABI emulation layers need these two */ | ||
2331 | EXPORT_SYMBOL(move_addr_to_kernel); | ||
2332 | EXPORT_SYMBOL(move_addr_to_user); | ||
2333 | EXPORT_SYMBOL(sock_create); | 2330 | EXPORT_SYMBOL(sock_create); |
2334 | EXPORT_SYMBOL(sock_create_kern); | 2331 | EXPORT_SYMBOL(sock_create_kern); |
2335 | EXPORT_SYMBOL(sock_create_lite); | 2332 | EXPORT_SYMBOL(sock_create_lite); |