From e3150460a4fd3a7126bcbf1e225610e0d494c8fe Mon Sep 17 00:00:00 2001 From: Igor Grinberg Date: Mon, 7 Nov 2011 01:13:56 +0000 Subject: common: move extern char console_buffer[] to common.h Extract all extern declarations for console_buffer[] out of c files into the common.h header. Signed-off-by: Igor Grinberg Cc: Frank Gottschling Cc: Murray Jensen --- common/cmd_bedbug.c | 1 - 1 file changed, 1 deletion(-) (limited to 'common/cmd_bedbug.c') diff --git a/common/cmd_bedbug.c b/common/cmd_bedbug.c index 2bd62e2438..87b108f842 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 */ -- cgit v1.2.1