Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd58f2a9 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller
Browse files

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: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 201410ce
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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);