don't bother exporting kernel_execve()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 2 Aug 2012 18:27:53 +0000 (22:27 +0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 20 Sep 2012 13:51:28 +0000 (09:51 -0400)
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>
arch/arm/kernel/sys_arm.c
arch/hexagon/kernel/syscall.c
arch/unicore32/kernel/sys.c

index 76cbb055dd05ee2e8620bc1a3f1dc322f1333aeb..3ba62e3cd1a23e6d7350512c8e9846222bbcbcb4 100644 (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
index 620dd18197a0597144ffece20adc98f655d521dd..553cd60ee659d8bcc13fff4dbde40cd646a2c86c 100644 (file)
@@ -87,4 +87,3 @@ int kernel_execve(const char *filename,
 
        return retval;
 }
-EXPORT_SYMBOL(kernel_execve);
index 3afe60a39ac992178554f6e3bbd23900918cffd9..5fd9af773e15f2752002555b1af787c6a610d334 100644 (file)
@@ -104,7 +104,6 @@ int kernel_execve(const char *filename,
  out:
        return ret;
 }
-EXPORT_SYMBOL(kernel_execve);
 
 /* Note: used by the compat code even in 64-bit Linux. */
 SYSCALL_DEFINE6(mmap2, unsigned long, addr, unsigned long, len,