From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 26 Jul 2009 13:38:41 +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: <4A6C4041.5000305@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-) Applied to u-boot-video. Thanks! Best regards, Anatolij