android_kernel_xiaomi_sm8350/arch/mips/mips-boards/generic
Dmitri Vorobiev c3dd3de789 [MIPS] Add an appropriate header into display.c
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@movial.fi>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2008-07-15 18:44:32 +01:00
..
amon.c [MIPS] Malta: Fix build errors for 64-bit kernels 2008-06-16 15:14:48 +01:00
cmdline.c
console.c
display.c [MIPS] Add an appropriate header into display.c 2008-07-15 18:44:32 +01:00
gdb_hook.c
init.c [MIPS] make mips_ejtag_setup() static 2008-04-28 17:14:27 +01:00
Makefile
memory.c [MIPS] make mdesc and prom_getmdesc() static 2008-04-28 17:14:27 +01:00
pci.c
reset.c
time.c [MIPS] Fix build error - Delete debugging crap that crept in with CMP 2008-06-05 18:13:16 +01:00