diff options
Diffstat (limited to 'arch/x86/kernel/dumpstack.h')
| -rw-r--r-- | arch/x86/kernel/dumpstack.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/dumpstack.h b/arch/x86/kernel/dumpstack.h index da87590b869..81086c227ab 100644 --- a/arch/x86/kernel/dumpstack.h +++ b/arch/x86/kernel/dumpstack.h @@ -29,7 +29,6 @@ show_stack_log_lvl(struct task_struct *task, struct pt_regs *regs,  		unsigned long *sp, unsigned long bp, char *log_lvl);  extern unsigned int code_bytes; -extern int kstack_depth_to_print;  /* The form of the top of the frame on the stack */  struct stack_frame {  |