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>
This commit is contained in:
Al Viro
2012-08-02 22:27:53 +04:00
parent 826eba4db0
commit 1cedd6925a
3 changed files with 0 additions and 3 deletions

View File

@@ -120,7 +120,6 @@ int kernel_execve(const char *filename,
out:
return ret;
}
EXPORT_SYMBOL(kernel_execve);
/*
* Since loff_t is a 64 bit type we avoid a lot of ABI hassle