Commit cd58f2a96ba95fb5b69580784bc6f7179001869c

Authored by Adrian Bunk
Committed by David S. Miller
1 parent 201410ce85

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>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

... ... @@ -2327,9 +2327,6 @@
2327 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 2330 EXPORT_SYMBOL(sock_create);
2334 2331 EXPORT_SYMBOL(sock_create_kern);
2335 2332 EXPORT_SYMBOL(sock_create_lite);