Ralf Baechle wrote: > On Wed, Jun 18, 2008 at 10:18:23AM +0300, Dmitri Vorobiev wrote: > >> The following errors were caught by sparse: >> >> arch/mips/mips-boards/generic/display.c:30:6: warning: symbol >> 'mips_display_message' was not declared. Should it be static? >> >> arch/mips/mips-boards/generic/display.c:58:6: warning: symbol >> 'mips_scroll_message' was not declared. Should it be static? >> >> This patch includes the asm/mips-boards/prom.h header file into >> arch/mips/mips-boards/generic/display.c. This adds the needed >> function declarations, and the errors are gone. >> >> Compile-tested using defconfigs for Malta, Atlas and SEAD boards. >> Runtime test was successfully performed by booting a Malta 4Kc >> board up to the shell prompt. >> >> Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@xxxxxxxxx> > > Queued for 2.6.27. Thanks, Ralf, thanks for picking up the series. Dmitri