Skip to content

Commit

Permalink
Blackfin: delete duplicated user single step prototypes
Browse files Browse the repository at this point in the history
These are in linux/ptrace.h, so no need for us to duplicate them.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Mike Frysinger committed May 25, 2011
1 parent c505217 commit c977819
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/blackfin/include/asm/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c977819

Please sign in to comment.