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 /board/eltec/mhpc/mhpc.c | |
parent | 507651d611897442cb871ad1f5ad6c8d2113dea0 (diff) |
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 'board/eltec/mhpc/mhpc.c')
-rw-r--r-- | board/eltec/mhpc/mhpc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/eltec/mhpc/mhpc.c b/board/eltec/mhpc/mhpc.c index 7cca6b28c1..e806b3e87b 100644 --- a/board/eltec/mhpc/mhpc.c +++ b/board/eltec/mhpc/mhpc.c @@ -35,9 +35,6 @@ #include "mpc8xx.h" #include <video_fb.h> -/* imports from common/main.c */ -extern char console_buffer[CONFIG_SYS_CBSIZE]; - extern void eeprom_init (void); extern int eeprom_read (unsigned dev_addr, unsigned offset, unsigned char *buffer, unsigned cnt); |