Re: [PATCH -next] MIPS: ptrace: Add missing #include <asm/syscall.h>
From: Ralf Baechle <hidden>
Date: 2012-09-23 17:36:15
Also in:
linux-mips
From: Ralf Baechle <hidden>
Date: 2012-09-23 17:36:15
Also in:
linux-mips
On Mon, Sep 17, 2012 at 10:20:16PM +0200, Geert Uytterhoeven wrote:
arch/mips/kernel/ptrace.c: In function ‘syscall_trace_enter’: arch/mips/kernel/ptrace.c:664: error: implicit declaration of function ‘__syscall_get_arch’ make[2]: *** [arch/mips/kernel/ptrace.o] Error 1
Thanks, I already had fixed that in the linux-trace tree; the latest version just had not yet propagated yet to the other trees. Ralf