From 5527efe501c117fc86273e2d7c7b6f30884015c3 Mon Sep 17 00:00:00 2001 From: Igor Grinberg Date: Fri, 28 Sep 2012 12:04:46 +0200 Subject: pmc405de and zeus: remove the env_ptr externs The env_ptr is already declared in environment.h, so there is no need to redeclare in board files (especially after including the environment.h) Remove those declarations. Signed-off-by: Igor Grinberg Signed-off-by: Stefan Roese Acked-by: Matthias Fuchs --- board/esd/pmc405de/pmc405de.c | 1 - 1 file changed, 1 deletion(-) (limited to 'board/esd/pmc405de/pmc405de.c') diff --git a/board/esd/pmc405de/pmc405de.c b/board/esd/pmc405de/pmc405de.c index a60809a1dd..279d7d4ff6 100644 --- a/board/esd/pmc405de/pmc405de.c +++ b/board/esd/pmc405de/pmc405de.c @@ -415,7 +415,6 @@ U_BOOT_CMD(eepwren, 2, 0, do_eep_wren, #if defined(CONFIG_PRAM) #include -extern env_t *env_ptr; int do_painit(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) { -- cgit v1.2.1