summaryrefslogtreecommitdiff
path: root/common/lcd.c
diff options
context:
space:
mode:
authorStelian Pop <stelian@popies.net>2008-05-13 17:31:24 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-05-13 21:49:04 +0200
commit54694a91428f6c3280fe1ee0923488a1e7e8dbc4 (patch)
tree8158f19f09930c1fc97634df21749615d1bc7d32 /common/lcd.c
parent67e3beb52c320b0a31cf030716c99392cde2d532 (diff)
Cleanup nand_info[] declaration.
The nand_info array is declared as extern in several .c files. Those days, nand.h contains a reference to the array, so there is no need to declare it elsewhere. Signed-off-by: Stelian Pop <stelian@popies.net> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'common/lcd.c')
-rw-r--r--common/lcd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/lcd.c b/common/lcd.c
index 2178f12d5..ebf377aa8 100644
--- a/common/lcd.c
+++ b/common/lcd.c
@@ -53,7 +53,6 @@
#if defined(CONFIG_ATMEL_LCD)
#include <atmel_lcdc.h>
#include <nand.h>
-extern nand_info_t nand_info[];
#endif
#ifdef CONFIG_LCD