]> Git Repo - linux.git/commitdiff
net: Unexport move_addr_to_{kernel,user}
authorAdrian Bunk <[email protected]>
Wed, 23 Apr 2008 10:37:49 +0000 (03:37 -0700)
committerDavid S. Miller <[email protected]>
Wed, 23 Apr 2008 10:37:49 +0000 (03:37 -0700)
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/socket.c

index 9b5c917f8a6b8587adf63d8d8581c3a0ad4bfb57..66c4a8cf6db9d2d2886e013cf3904d5527c7438d 100644 (file)
@@ -2327,9 +2327,6 @@ int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how)
        return sock->ops->shutdown(sock, how);
 }
 
-/* ABI emulation layers need these two */
-EXPORT_SYMBOL(move_addr_to_kernel);
-EXPORT_SYMBOL(move_addr_to_user);
 EXPORT_SYMBOL(sock_create);
 EXPORT_SYMBOL(sock_create_kern);
 EXPORT_SYMBOL(sock_create_lite);
This page took 0.050258 seconds and 4 git commands to generate.