From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian Bunk Subject: [2.6 patch] net/socket.c: unexport move_addr_to_kernel Date: Sat, 7 May 2005 00:27:39 +0200 Message-ID: <20050506222739.GX3590@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org Return-path: To: netdev@oss.sgi.com Content-Disposition: inline Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org I didn't find any modular usage in the kernel. Signed-off-by: Adrian Bunk --- linux-2.6.12-rc3-mm2-full/net/socket.c.old 2005-05-03 11:03:23.000000000 +0200 +++ linux-2.6.12-rc3-mm2-full/net/socket.c 2005-05-03 11:03:53.000000000 +0200 @@ -2070,8 +2070,7 @@ } #endif /* CONFIG_PROC_FS */ -/* ABI emulation layers need these two */ -EXPORT_SYMBOL(move_addr_to_kernel); +/* ABI emulation layers need this one */ EXPORT_SYMBOL(move_addr_to_user); EXPORT_SYMBOL(sock_create); EXPORT_SYMBOL(sock_create_kern);