aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-06-11 21:00:46 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-11 21:05:25 -0700
commitccefb5f3f60cd116d9a8ce2fa9e82e67206e49e5 (patch)
tree892103dc875cffcded5e10761b717660f500a71e /arch
parent[PATCH] Fix for the PPTP hangs that have been reported (diff)
downloadlinux-dev-ccefb5f3f60cd116d9a8ce2fa9e82e67206e49e5.tar.xz
linux-dev-ccefb5f3f60cd116d9a8ce2fa9e82e67206e49e5.zip
[SPARC64]: Do not double-export sys_close() when CONFIG_SOLARIS_EMUL_MODULE
It is already exported by fs/open.c Noticed by Ben Collins. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r--arch/sparc64/kernel/sparc64_ksyms.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/sparc64_ksyms.c b/arch/sparc64/kernel/sparc64_ksyms.c
index 62d8a99271ea..38e569f786dd 100644
--- a/arch/sparc64/kernel/sparc64_ksyms.c
+++ b/arch/sparc64/kernel/sparc64_ksyms.c
@@ -297,7 +297,6 @@ EXPORT_SYMBOL(svr4_getcontext);
EXPORT_SYMBOL(svr4_setcontext);
EXPORT_SYMBOL(compat_sys_ioctl);
EXPORT_SYMBOL(sparc32_open);
-EXPORT_SYMBOL(sys_close);
#endif
/* Special internal versions of library functions. */