]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/xtensa/include/asm/ptrace.h
ptrace: unify show_regs() prototype
[karo-tx-linux.git] / arch / xtensa / include / asm / ptrace.h
index 0d42c934b66f3404dfefa6d84a25ea9566f69e5f..d85d38da8eecc28df1be5c318e08e550b4b7e4eb 100644 (file)
@@ -120,7 +120,6 @@ struct pt_regs {
   (task_stack_page(tsk) + KERNEL_STACK_SIZE - (XCHAL_NUM_AREGS-16)*4) - 1)
 # define user_mode(regs) (((regs)->ps & 0x00000020)!=0)
 # define instruction_pointer(regs) ((regs)->pc)
-extern void show_regs(struct pt_regs *);
 
 # ifndef CONFIG_SMP
 #  define profile_pc(regs) instruction_pointer(regs)