From: Xiaotian Feng Date: Mon, 9 Mar 2009 01:45:12 +0000 (+0800) Subject: MIPS: Fix build of non-CONFIG_SYSVIPC version of sys_32_ipc X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c189846ecf900cd6b3ad7d3cef5b45a746ce646b;p=linux-beck.git MIPS: Fix build of non-CONFIG_SYSVIPC version of sys_32_ipc Signed-off-by: Xiaotian Feng Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/linux32.c b/arch/mips/kernel/linux32.c index 2f8452b404c7..1a86f84fa947 100644 --- a/arch/mips/kernel/linux32.c +++ b/arch/mips/kernel/linux32.c @@ -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; }