diff options
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/ptrace_64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/ptrace_64.c b/arch/sh/kernel/ptrace_64.c index 14e7d5e5679a..51bb546365cb 100644 --- a/arch/sh/kernel/ptrace_64.c +++ b/arch/sh/kernel/ptrace_64.c | |||
@@ -253,7 +253,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
253 | 253 | ||
254 | asmlinkage int sh64_ptrace(long request, long pid, long addr, long data) | 254 | asmlinkage int sh64_ptrace(long request, long pid, long addr, long data) |
255 | { | 255 | { |
256 | extern void poke_real_address_q(unsigned long long addr, unsigned long long data); | ||
257 | #define WPC_DBRMODE 0x0d104008 | 256 | #define WPC_DBRMODE 0x0d104008 |
258 | static int first_call = 1; | 257 | static int first_call = 1; |
259 | 258 | ||