From d1459f0fab1ac145051a74094c96592c694f84af Mon Sep 17 00:00:00 2001 From: Igor Grinberg Date: Mon, 7 Nov 2011 01:13:57 +0000 Subject: env: move extern default_environment[] to environment.h Extract all extern declarations for default_environment[] out of c files into the environment.h header. Signed-off-by: Igor Grinberg Cc: Stefan Roese Acked-by: Stefan Roese --- common/env_sf.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'common/env_sf.c') diff --git a/common/env_sf.c b/common/env_sf.c index a1ff297..8ff52a3 100644 --- a/common/env_sf.c +++ b/common/env_sf.c @@ -55,9 +55,6 @@ static ulong env_new_offset = CONFIG_ENV_OFFSET_REDUND; DECLARE_GLOBAL_DATA_PTR; -/* references to names in env_common.c */ -extern uchar default_environment[]; - char * env_name_spec = "SPI Flash"; static struct spi_flash *env_flash; -- cgit v1.1