aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Viro2012-08-02 13:27:53 -0500
committerAl Viro2012-09-20 08:51:28 -0500
commit1cedd6925a0fe355315687427cbe3e63e9633b4d (patch)
tree14bec1695f36bc8b07bf2d022e53da91ab0e0bf9 /arch/hexagon
parent826eba4db0c643cc0e705c8365902c63fac2b7ee (diff)
downloadam43-linux-kernel-1cedd6925a0fe355315687427cbe3e63e9633b4d.tar.gz
am43-linux-kernel-1cedd6925a0fe355315687427cbe3e63e9633b4d.tar.xz
am43-linux-kernel-1cedd6925a0fe355315687427cbe3e63e9633b4d.zip
don't bother exporting kernel_execve()
most of the architectures don't and there's not a single caller outside of core kernel. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/hexagon')
-rw-r--r--arch/hexagon/kernel/syscall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/hexagon/kernel/syscall.c b/arch/hexagon/kernel/syscall.c
index 620dd18197a..553cd60ee65 100644
--- a/arch/hexagon/kernel/syscall.c
+++ b/arch/hexagon/kernel/syscall.c
@@ -87,4 +87,3 @@ int kernel_execve(const char *filename,
87 87
88 return retval; 88 return retval;
89} 89}
90EXPORT_SYMBOL(kernel_execve);