
13 May
2008
13 May
'08
5:28 p.m.
Le lundi 12 mai 2008 à 11:30 -0500, Scott Wood a écrit :
On Fri, May 09, 2008 at 11:57:18PM +0200, Stelian Pop wrote:
+#if defined(CONFIG_ATMEL_LCD) +#include <atmel_lcdc.h> +#include <nand.h> +extern nand_info_t nand_info[]; +#endif
nand_info is declared in nand.h. No need to redeclare it.
Indeed. This is because I copy/pasted the same declaration from cmd_nand.c. I'll submit a patch cleaning up all the uses of nand_info[].
Thanks,
--
Stelian Pop stelian@popies.net