From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 12 May 2008 11:30:16 -0500 Subject: [U-Boot-Users] [PATCH 20/26] Add ATMEL LCD driver In-Reply-To: <1210370238.5707.9.camel@galileo> 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> Message-ID: <20080512163016.GA2736@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. -Scott