Re: [U-Boot] [PATCH] lcd: cleanup unused functions

2014-08-11 Thread Anatolij Gustschin
On Fri, 7 Mar 2014 18:45:20 +0100 Hannes Petermaier wrote: > This patch removes following two functions: > - lcd_getbgcolor(...) > not used somewhere outside lcd.c, internally we use now the global > variable lcd_color_bg (was return value of function before) > - lcd_getfgcolor(...) > not

[U-Boot] [PATCH] lcd: cleanup unused functions

2014-03-07 Thread Hannes Petermaier
This patch removes following two functions: - lcd_getbgcolor(...) not used somewhere outside lcd.c, internally we use now the global variable lcd_color_bg (was return value of function before) - lcd_getfgcolor(...) not used in any place of u-boot Signed-off-by: Hannes Petermaier --- common