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_dcr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'common/cmd_dcr.c') diff --git a/common/cmd_dcr.c b/common/cmd_dcr.c index 45fe66a7ee..568e226413 100644 --- a/common/cmd_dcr.c +++ b/common/cmd_dcr.c @@ -68,7 +68,6 @@ int do_setdcr (cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[]) /* DCR's value */ int nbytes; - extern char console_buffer[]; /* Validate arguments */ if (argc < 2) -- cgit v1.2.1