diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-20 21:46:25 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-28 21:53:37 -0500 |
commit | d03d26e58fde2ec99478e26aab47b55755189b08 (patch) | |
tree | 025a102a36e62b21a139bcc5ca7abf2c250cd209 /include/linux/compat.h | |
parent | 910cdc553a324d3df56b73c84cdef20836817d52 (diff) | |
download | talos-obmc-linux-d03d26e58fde2ec99478e26aab47b55755189b08.tar.gz talos-obmc-linux-d03d26e58fde2ec99478e26aab47b55755189b08.zip |
make compat_do_execve() static, lose pt_regs argument
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/compat.h')
-rw-r--r-- | include/linux/compat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index d2db71077d93..784ebfe63c48 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h @@ -284,8 +284,6 @@ asmlinkage ssize_t compat_sys_pwritev(unsigned long fd, const struct compat_iovec __user *vec, unsigned long vlen, u32 pos_low, u32 pos_high); -int compat_do_execve(const char *filename, const compat_uptr_t __user *argv, - const compat_uptr_t __user *envp, struct pt_regs *regs); asmlinkage long compat_sys_execve(const char __user *filename, const compat_uptr_t __user *argv, const compat_uptr_t __user *envp); |