diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2011-11-07 01:13:56 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2011-11-22 08:39:25 +0100 |
commit | e3150460a4fd3a7126bcbf1e225610e0d494c8fe (patch) | |
tree | 5eda913e1ef06656f20063c6ea9f050c4b403760 /common/cmd_mem.c | |
parent | 507651d611897442cb871ad1f5ad6c8d2113dea0 (diff) | |
download | u-boot-imx-e3150460a4fd3a7126bcbf1e225610e0d494c8fe.zip u-boot-imx-e3150460a4fd3a7126bcbf1e225610e0d494c8fe.tar.gz u-boot-imx-e3150460a4fd3a7126bcbf1e225610e0d494c8fe.tar.bz2 |
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 <grinberg@compulab.co.il>
Cc: Frank Gottschling <fgottschling@eltec.de>
Cc: Murray Jensen <Murray.Jensen@csiro.au>
Diffstat (limited to 'common/cmd_mem.c')
-rw-r--r-- | common/cmd_mem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/cmd_mem.c b/common/cmd_mem.c index 28476d7..f7e76d6 100644 --- a/common/cmd_mem.c +++ b/common/cmd_mem.c @@ -977,7 +977,6 @@ mod_mem(cmd_tbl_t *cmdtp, int incrflag, int flag, int argc, char * const argv[]) { ulong addr, i; int nbytes, size; - extern char console_buffer[]; if (argc != 2) return cmd_usage(cmdtp); |