diff options
Diffstat (limited to 'arch/um/sys-ppc/ptrace.c')
-rw-r--r-- | arch/um/sys-ppc/ptrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/sys-ppc/ptrace.c b/arch/um/sys-ppc/ptrace.c index 66ef155248f1..8245df41b201 100644 --- a/arch/um/sys-ppc/ptrace.c +++ b/arch/um/sys-ppc/ptrace.c | |||
@@ -1,4 +1,4 @@ | |||
1 | #include "linux/sched.h" | 1 | #include <linux/sched.h> |
2 | #include "asm/ptrace.h" | 2 | #include "asm/ptrace.h" |
3 | 3 | ||
4 | int putreg(struct task_struct *child, unsigned long regno, | 4 | int putreg(struct task_struct *child, unsigned long regno, |