Skip to content

Commit

Permalink
MIPS: Fix build of non-CONFIG_SYSVIPC version of sys_32_ipc
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaotian Feng <xiaotian.feng@windriver.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Xiaotian Feng authored and Ralf Baechle committed Mar 11, 2009
1 parent ebdcc81 commit c189846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/kernel/linux32.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ SYSCALL_DEFINE6(32_ipc, u32, call, long, first, long, second, long, third,
#else

SYSCALL_DEFINE6(32_ipc, u32, call, int, first, int, second, int, third,
u32, ptr, u32 fifth)
u32, ptr, u32, fifth)
{
return -ENOSYS;
}
Expand Down

0 comments on commit c189846

Please sign in to comment.