SH: Add missing consts to sys_execve() declaration
commit1358a603a302fe587c682e94c238c514ec07667b
authorDavid Howells <dhowells@redhat.com>
Thu, 7 Oct 2010 13:08:52 +0000 (7 14:08 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Dec 2010 21:32:25 +0000 (9 13:32 -0800)
treeef5a82a511c89238db6cf29d5ed8099db9d95ec4
parent0055e97c2365d66db13d1a1f213b3e5779c7988f
SH: Add missing consts to sys_execve() declaration

commit d8b5fc01683c66060edc202d6bb5635365822181 upstream.

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>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/sh/include/asm/syscalls_32.h