Browse Source

Blackfin: delete duplicated user single step prototypes

These are in linux/ptrace.h, so no need for us to duplicate them.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 14 years ago
parent
commit
c977819d01
1 changed files with 0 additions and 2 deletions
  1. 0 2
      arch/blackfin/include/asm/ptrace.h

+ 0 - 2
arch/blackfin/include/asm/ptrace.h

@@ -108,8 +108,6 @@ struct pt_regs {
 extern void show_regs(struct pt_regs *);
 
 #define arch_has_single_step()	(1)
-extern void user_enable_single_step(struct task_struct *child);
-extern void user_disable_single_step(struct task_struct *child);
 /* common code demands this function */
 #define ptrace_disable(child) user_disable_single_step(child)