ptrace: unify show_regs() prototype
[ poleg@redhat.com: no need to declare show_regs() in ptrace.h, sched.h does this ] Signed-off-by: Mike Frysinger <vapier@gentoo.org> Cc: Tejun Heo <tj@kernel.org> Signed-off-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
778d3b0ff0
commit
0e9a6cb5e6
@ -286,7 +286,6 @@ static inline unsigned long user_stack_pointer(struct pt_regs *regs)
|
||||
struct task_struct; /* forward decl */
|
||||
struct unw_frame_info; /* forward decl */
|
||||
|
||||
extern void show_regs (struct pt_regs *);
|
||||
extern void ia64_do_show_stack (struct unw_frame_info *, void *);
|
||||
extern unsigned long ia64_get_user_rbs_end (struct task_struct *, struct pt_regs *,
|
||||
unsigned long *);
|
||||
|
Reference in New Issue
Block a user