Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c977819d authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: delete duplicated user single step prototypes



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

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent c505217c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)