From: Christoph Hellwig These are basically shared code for native/32bit compat code, but as CONFIG_COMPAT is a bool there's no need to export them. Signed-off-by: Andrew Morton --- 25-akpm/fs/exec.c | 2 -- 25-akpm/fs/select.c | 2 -- 2 files changed, 4 deletions(-) diff -puN fs/exec.c~unexport-do_execve-do_select fs/exec.c --- 25/fs/exec.c~unexport-do_execve-do_select 2004-09-21 01:57:21.410182976 -0700 +++ 25-akpm/fs/exec.c 2004-09-21 01:57:21.418181760 -0700 @@ -1188,8 +1188,6 @@ out_ret: return retval; } -EXPORT_SYMBOL(do_execve); - int set_binfmt(struct linux_binfmt *new) { struct linux_binfmt *old = current->binfmt; diff -puN fs/select.c~unexport-do_execve-do_select fs/select.c --- 25/fs/select.c~unexport-do_execve-do_select 2004-09-21 01:57:21.412182672 -0700 +++ 25-akpm/fs/select.c 2004-09-21 01:57:21.419181608 -0700 @@ -269,8 +269,6 @@ int do_select(int n, fd_set_bits *fds, l return retval; } -EXPORT_SYMBOL(do_select); - static void *select_bits_alloc(int size) { return kmalloc(6 * size, GFP_KERNEL); _