From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 23 Jul 2009 23:56:20 +0200 Subject: [U-Boot] [PATCH] lcd.h: define extern vidinfo_t for all cases In-Reply-To: <20090721120945.GA3084@mail.gnudd.com> References: <20090721120945.GA3084@mail.gnudd.com> Message-ID: <20090723215620.GG9480@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 14:09 Tue 21 Jul , Alessandro Rubini wrote: > From: Alessandro Rubini > > include/lcd.h has different vidinfo for different platforms, > and several extern declaration, but one for the default case was > missing. This makes them a single extern declaration for everyone. > > Signed-off-by: Alessandro Rubini > --- > include/lcd.h | 8 ++------ > 1 files changed, 2 insertions(+), 6 deletions(-) Acked-by: Jean-Christophe PLAGNIOL-VILLARD Best Regards, J.