diff options
Diffstat (limited to 'arch/blackfin/include/asm/ptrace.h')
-rw-r--r-- | arch/blackfin/include/asm/ptrace.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/blackfin/include/asm/ptrace.h b/arch/blackfin/include/asm/ptrace.h index 832d7c009a2c..1066d63e62b5 100644 --- a/arch/blackfin/include/asm/ptrace.h +++ b/arch/blackfin/include/asm/ptrace.h | |||
@@ -108,8 +108,6 @@ struct pt_regs { | |||
108 | extern void show_regs(struct pt_regs *); | 108 | extern void show_regs(struct pt_regs *); |
109 | 109 | ||
110 | #define arch_has_single_step() (1) | 110 | #define arch_has_single_step() (1) |
111 | extern void user_enable_single_step(struct task_struct *child); | ||
112 | extern void user_disable_single_step(struct task_struct *child); | ||
113 | /* common code demands this function */ | 111 | /* common code demands this function */ |
114 | #define ptrace_disable(child) user_disable_single_step(child) | 112 | #define ptrace_disable(child) user_disable_single_step(child) |
115 | 113 | ||