diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-08-02 22:27:53 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-09-20 09:51:28 -0400 |
commit | 1cedd6925a0fe355315687427cbe3e63e9633b4d (patch) | |
tree | 14bec1695f36bc8b07bf2d022e53da91ab0e0bf9 /arch/hexagon | |
parent | 826eba4db0c643cc0e705c8365902c63fac2b7ee (diff) | |
download | linux-1cedd6925a0fe355315687427cbe3e63e9633b4d.tar.bz2 |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/hexagon/kernel/syscall.c b/arch/hexagon/kernel/syscall.c index 620dd18197a0..553cd60ee659 100644 --- a/arch/hexagon/kernel/syscall.c +++ b/arch/hexagon/kernel/syscall.c @@ -87,4 +87,3 @@ int kernel_execve(const char *filename, return retval; } -EXPORT_SYMBOL(kernel_execve); |