]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/m68k/include/asm/ptrace.h
ptrace: unify show_regs() prototype
[karo-tx-linux.git] / arch / m68k / include / asm / ptrace.h
index 6e6e3ac1d91338839106bdd9875cc4896a3bad2c..65322b17b6cfb96664763a74796871d1c321413b 100644 (file)
@@ -85,7 +85,6 @@ struct switch_stack {
 #define user_mode(regs) (!((regs)->sr & PS_S))
 #define instruction_pointer(regs) ((regs)->pc)
 #define profile_pc(regs) instruction_pointer(regs)
-extern void show_regs(struct pt_regs *);
 
 #define arch_has_single_step() (1)