commit | 1e72910e248fb94839cd63c0c62107b1f15716f9 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Aug 31 16:52:21 2010 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Sep 07 13:52:28 2010 -0700 |
tree | 4460512e548e3f7e2e3ad002022ca9ce4f058cb7 | |
parent | b857189d94e0d8a05943349618c4f84dbc57144c [diff] |
h8300: Fix missing consts in kernel_execve() Fix missing consts in h8300's kernel_execve(): arch/h8300/kernel/sys_h8300.c: In function 'kernel_execve': arch/h8300/kernel/sys_h8300.c:59: warning: initialization from incompatible pointer type arch/h8300/kernel/sys_h8300.c:60: warning: initialization from incompatible pointer type Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>