diff options
Diffstat (limited to 'arch/um/sys-ppc/ptrace_user.c')
-rw-r--r-- | arch/um/sys-ppc/ptrace_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/sys-ppc/ptrace_user.c b/arch/um/sys-ppc/ptrace_user.c index 224d2403c37b..4601b9296aa7 100644 --- a/arch/um/sys-ppc/ptrace_user.c +++ b/arch/um/sys-ppc/ptrace_user.c | |||
@@ -1,6 +1,6 @@ | |||
1 | #include <errno.h> | 1 | #include <errno.h> |
2 | #include <asm/ptrace.h> | 2 | #include <asm/ptrace.h> |
3 | #include "sysdep/ptrace.h" | 3 | #include <sysdep/ptrace.h> |
4 | 4 | ||
5 | int ptrace_getregs(long pid, unsigned long *regs_out) | 5 | int ptrace_getregs(long pid, unsigned long *regs_out) |
6 | { | 6 | { |