]> git.baikalelectronics.ru Git - kernel.git/commit
uml: fix compile warning
authorRichard Weinberger <richard@nod.at>
Wed, 22 Sep 2010 20:05:07 +0000 (13:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Sep 2010 00:22:39 +0000 (17:22 -0700)
commitca66c3c8f1f0295a1c0a00857bd696572cb34ed4
treee3ac8e05ce761fa1c468f1bd4fc2538b11ba3edb
parent50ed21758445f942daa2f1e7882c733fa9ae90dc
uml: fix compile warning

This fixes:
incompatible pointer type:  => 89
       arch/um/kernel/exec.c: warning: passing argument 2 of 'execve1' from
incompatible pointer type:  => 69, 85
       arch/um/kernel/exec.c: warning: passing argument 3 of 'execve1' from
incompatible pointer type:  => 69, 85

which was introduced by 51cbc280ac450 ("Make do_execve() take a const
filename pointer")

Signed-off-by: Richard Weinberger <richard@nod.at>
Cc: David Howells <dhowells@redhat.com>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/kernel/exec.c
arch/um/kernel/internal.h
arch/um/kernel/syscall.c