From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 26 Jul 2009 13:33:40 +0200 Subject: [U-Boot] [PATCH] video: move extern declarations from C to headers In-Reply-To: <20090719155227.GA18038@mail.gnudd.com> References: <20090719155227.GA18038@mail.gnudd.com> Message-ID: <4A6C3F14.2040003@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 > > This moves some extern declaration from lcd.c to lcd.h, removing > unneeded ifdef around a pair of them. Additionally, since > gunzip_bmp() was declared static in cmd_bmp.c but extern in lcd.c, I > removed the static. The extra "#include " in cmd_bmp.c is > added to ensure the header is consistent with the source. > > This has been compile-tested on both ARM (at91 boards) and PowerPC > (HH405_config, TQM823L_LCD_config, mcc200_config), to test all use > combinations. > > Signed-off-by: Alessandro Rubini > --- > common/cmd_bmp.c | 5 +++-- > common/lcd.c | 16 ---------------- > include/lcd.h | 12 ++++++++++++ > 3 files changed, 15 insertions(+), 18 deletions(-) Applied to u-boot-video. Thanks! Best regards, Anatolij