linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] MIPS: ptrace: Add missing #include <asm/syscall.h>
@ 2012-09-17 20:20 Geert Uytterhoeven
  2012-09-23 17:36 ` Ralf Baechle
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2012-09-17 20:20 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips, linux-next, Geert Uytterhoeven

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

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
E.g. http://kisskb.ellerman.id.au/kisskb/buildresult/7223557/

 arch/mips/kernel/ptrace.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/mips/kernel/ptrace.c b/arch/mips/kernel/ptrace.c
index 94fd0f4..cc7c44f 100644
--- a/arch/mips/kernel/ptrace.c
+++ b/arch/mips/kernel/ptrace.c
@@ -40,6 +40,7 @@
 #include <asm/uaccess.h>
 #include <asm/bootinfo.h>
 #include <asm/reg.h>
+#include <asm/syscall.h>
 
 /*
  * Called by kernel/ptrace.c when detaching..
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-09-26 21:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-17 20:20 [PATCH -next] MIPS: ptrace: Add missing #include <asm/syscall.h> Geert Uytterhoeven
2012-09-23 17:36 ` Ralf Baechle
2012-09-24 18:23   ` David Daney
2012-09-26 21:09     ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).