]> git.karo-electronics.de Git - mv-sheeva.git/commit
h8300: Fix missing consts in kernel_execve()
authorDavid Howells <dhowells@redhat.com>
Tue, 31 Aug 2010 15:52:21 +0000 (16:52 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Sep 2010 20:52:28 +0000 (13:52 -0700)
commit1e72910e248fb94839cd63c0c62107b1f15716f9
tree4460512e548e3f7e2e3ad002022ca9ce4f058cb7
parentb857189d94e0d8a05943349618c4f84dbc57144c
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>
arch/h8300/kernel/sys_h8300.c