diff options
Diffstat (limited to 'net')
-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); |