提交 c189846e 编写于 作者: X Xiaotian Feng 提交者: Ralf Baechle

MIPS: Fix build of non-CONFIG_SYSVIPC version of sys_32_ipc

Signed-off-by: NXiaotian Feng <xiaotian.feng@windriver.com>
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 ebdcc81c
...@@ -235,7 +235,7 @@ SYSCALL_DEFINE6(32_ipc, u32, call, long, first, long, second, long, third, ...@@ -235,7 +235,7 @@ SYSCALL_DEFINE6(32_ipc, u32, call, long, first, long, second, long, third,
#else #else
SYSCALL_DEFINE6(32_ipc, u32, call, int, first, int, second, int, third, SYSCALL_DEFINE6(32_ipc, u32, call, int, first, int, second, int, third,
u32, ptr, u32 fifth) u32, ptr, u32, fifth)
{ {
return -ENOSYS; return -ENOSYS;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册