]> git.baikalelectronics.ru Git - kernel.git/commit
[IA64] Fix build error: conflicting types for ‘sys_execve’
authorTony Luck <tony.luck@intel.com>
Wed, 18 Aug 2010 17:17:44 +0000 (10:17 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 18 Aug 2010 17:17:44 +0000 (10:17 -0700)
commitd78b9913084574ff62f2a983763f87b828a85d76
treef0939ba35a64546ce71a93e1f3f048f0306da509
parent15d44c56ea4310d98fc570e48e557bfdd72b74b4
[IA64] Fix build error: conflicting types for ‘sys_execve’

arch/ia64/kernel/process.c:636: error: conflicting types for ‘sys_execve’

commit 51cbc280ac45043d4e730e1704f906093ab02394
Make do_execve() take a const filename pointer

Missed the declaration of sys_execve in the ia64 asm/unistd.h (perhaps
because there is no reason for it to be there ... it might be a left over
from the COMPAT code?). Just delete the conflicting version.

Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/include/asm/unistd.h