sh: fix up fallout from syscall arg constification.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 16 Aug 2010 05:52:06 +0000 (14:52 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 16 Aug 2010 05:52:06 +0000 (14:52 +0900)
commitd5b7fb7bb8a014ee96cd39b410fc57a7dc239a91
tree855a78ef1b12bd4aa9461b8f3a4b8e9f1608bfd0
parent3e497df14d3cb900377094f36eeb8c17cec6f795
sh: fix up fallout from syscall arg constification.

sys_execve() now takes a const pointer, so reflect this change where the
syscall is actually defined, too. Fixes up a build error due to prototype
mismatch.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/process_32.c