diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-04-13 23:59:08 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-05-25 08:13:42 -0400 |
commit | c977819d0138bbc0c2799b8112fa4e4e93ab5b59 (patch) | |
tree | 3f0bceaf3e5f875b1e82fe8d5378949479981d2e /arch | |
parent | c505217ca058aa4bcb0cba7bc6b2d228120b3e3e (diff) | |
download | linux-stable-c977819d0138bbc0c2799b8112fa4e4e93ab5b59.tar.gz linux-stable-c977819d0138bbc0c2799b8112fa4e4e93ab5b59.tar.bz2 linux-stable-c977819d0138bbc0c2799b8112fa4e4e93ab5b59.zip |
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>
Diffstat (limited to 'arch')
-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 { 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) |