commit | d8b5fc01683c66060edc202d6bb5635365822181 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Oct 07 14:08:52 2010 +0100 |
committer | David Howells <dhowells@redhat.com> | Thu Oct 07 14:08:52 2010 +0100 |
tree | a50df691d4a2087822aaccfb9790c999b419da4b | |
parent | 3b139cdb373282dfa72316aa56887371e97cafe8 [diff] |
SH: Add missing consts to sys_execve() declaration Add missing consts to the sys_execve() declaration which result in the following error: arch/sh/kernel/process_32.c:303: error: conflicting types for 'sys_execve' /warthog/nfs/linux-2.6-fscache/arch/sh/include/asm/syscalls_32.h:24: error: previous declaration of 'sys_execve' was here Signed-off-by: David Howells <dhowells@redhat.com>