]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SH: Add missing consts to sys_execve() declaration
authorDavid Howells <dhowells@redhat.com>
Thu, 7 Oct 2010 13:08:52 +0000 (14:08 +0100)
committerAndi Kleen <ak@linux.intel.com>
Tue, 14 Dec 2010 22:40:04 +0000 (23:40 +0100)
commit1219932ca26da2026e598590a3b7a2f36b3c3621
tree7c4f097477b6da43984adb774f0347ca6ff84c25
parent63999a358efe5bae5b2c73c4107187e25f76943b
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>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
arch/sh/include/asm/syscalls_32.h