From 6111722a9281c6e04a7304d502556afff6a5a1f8 Mon Sep 17 00:00:00 2001 From: Alessandro Rubini Date: Sun, 19 Jul 2009 17:52:27 +0200 Subject: video: move extern declarations from C to headers 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 [agust@denx.de: removed gunzip_bmp() fixes as commit c01171ea did it] Signed-off-by: Anatolij Gustschin --- common/cmd_bmp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/cmd_bmp.c') diff --git a/common/cmd_bmp.c b/common/cmd_bmp.c index 27d5896af9..faa10a4145 100644 --- a/common/cmd_bmp.c +++ b/common/cmd_bmp.c @@ -26,6 +26,7 @@ */ #include +#include #include #include #include -- cgit v1.2.1