projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebdcc81
)
MIPS: Fix build of non-CONFIG_SYSVIPC version of sys_32_ipc
author
Xiaotian Feng
<Xiaotian.Feng@windriver.com>
Mon, 9 Mar 2009 01:45:12 +0000
(09:45 +0800)
committer
Ralf 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
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/linux32.c
b/arch/mips/kernel/linux32.c
index 2f8452b404c71be4a22bdf508dcedb54320d45c4..1a86f84fa9470f31030c53fdc9ad45c792d08425 100644
(file)
--- 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;
}