From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stelian Pop Date: Tue, 13 May 2008 17:28:45 +0200 Subject: [U-Boot-Users] [PATCH 20/26] Add ATMEL LCD driver In-Reply-To: <20080512163016.GA2736@loki.buserror.net> References: <1210279954-28692-20-git-send-email-stelian@popies.net> <1210279954-28692-21-git-send-email-stelian@popies.net> <20080509105707.GH19728@game.jcrosoft.org> <1210370238.5707.9.camel@galileo> <20080512163016.GA2736@loki.buserror.net> Message-ID: <1210692525.18976.20.camel@galileo> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > +#include > > +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