From: David Howells Date: Thu, 7 Oct 2010 13:08:52 +0000 (+0100) Subject: SH: Add missing consts to sys_execve() declaration X-Git-Tag: v2.6.37-rc1~186^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8b5fc01683c66060edc202d6bb5635365822181;p=pandora-kernel.git 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 --- Reading git-diff-tree failed