Re: [U-Boot] [PATCH] video: move extern declarations from C to headers

2009-07-26 Thread Anatolij Gustschin
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 "

[U-Boot] [PATCH] video: move extern declarations from C to headers

2009-07-19 Thread Alessandro Rubini
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 h