mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
6d778f61be
Without having the putc() prototype forwardly declared the next build-warning is printed: arch/mips/boot/compressed/uart-prom.c:6:6: warning: no previous prototype for ‘putc’ [-Wmissing-prototypes] ... Fix that by adding the "decompress.h" header file with the putc() function declaration to the source files which have the method redefined. Signed-off-by: Serge Semin <fancer.lancer@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
||
---|---|---|
.. | ||
ashldi3.c | ||
bswapdi.c | ||
bswapsi.c | ||
calc_vmlinuz_load_addr.c | ||
clz_ctz.c | ||
dbg.c | ||
decompress.c | ||
decompress.h | ||
dummy.c | ||
head.S | ||
ld.script | ||
Makefile | ||
string.c | ||
uart-16550.c | ||
uart-alchemy.c | ||
uart-ath79.c | ||
uart-prom.c |