summary refs log tree commit diff
path: root/arch/frv/include/asm/ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/frv/include/asm/ptrace.h')
-rw-r--r--arch/frv/include/asm/ptrace.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/frv/include/asm/ptrace.h b/arch/frv/include/asm/ptrace.h
index a54b535c9e49..6bfad4cf1907 100644
--- a/arch/frv/include/asm/ptrace.h
+++ b/arch/frv/include/asm/ptrace.h
@@ -84,8 +84,6 @@ extern void show_regs(struct pt_regs *);
 #define task_pt_regs(task) ((task)->thread.frame0)
 
 #define arch_has_single_step()	(1)
-extern void user_enable_single_step(struct task_struct *);
-extern void user_disable_single_step(struct task_struct *);
 
 #endif /* !__ASSEMBLY__ */
 #endif /* __KERNEL__ */