Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c189846e authored by Xiaotian Feng's avatar Xiaotian Feng Committed by Ralf Baechle
Browse files

MIPS: Fix build of non-CONFIG_SYSVIPC version of sys_32_ipc

parent ebdcc81c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}