SH: Add missing consts to sys_execve() declaration
authorDavid Howells <dhowells@redhat.com>
Thu, 7 Oct 2010 13:08:52 +0000 (14:08 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 7 Oct 2010 13:08:52 +0000 (14:08 +0100)
commitd8b5fc01683c66060edc202d6bb5635365822181
treea50df691d4a2087822aaccfb9790c999b419da4b
parent3b139cdb373282dfa72316aa56887371e97cafe8
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>
arch/sh/include/asm/syscalls_32.h