MIPS: Fix build of non-CONFIG_SYSVIPC version of sys_32_ipc
authorXiaotian Feng <Xiaotian.Feng@windriver.com>
Mon, 9 Mar 2009 01:45:12 +0000 (09:45 +0800)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 11 Mar 2009 20:11:07 +0000 (21:11 +0100)
Signed-off-by: Xiaotian Feng <xiaotian.feng@windriver.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/linux32.c

index 2f8452b..1a86f84 100644 (file)
@@ -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;
 }