diff options
Diffstat (limited to 'common/cmd_bedbug.c')
| -rw-r--r-- | common/cmd_bedbug.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/common/cmd_bedbug.c b/common/cmd_bedbug.c index 2bd62e243..87b108f84 100644 --- a/common/cmd_bedbug.c +++ b/common/cmd_bedbug.c @@ -15,7 +15,6 @@ DECLARE_GLOBAL_DATA_PTR;  extern void show_regs __P ((struct pt_regs *));  extern int run_command __P ((const char *, int)); -extern char console_buffer[];  ulong dis_last_addr = 0;	/* Last address disassembled   */  ulong dis_last_len = 20;	/* Default disassembler length */ |