linux/arch/mips/boot/compressed
Serge Semin 6d778f61be mips: zboot: Fix "no previous prototype" build warning
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>
2024-02-23 10:14:06 +01:00
..
ashldi3.c mips: decompressor: do not copy source files while building 2021-11-10 19:45:06 +01:00
bswapdi.c mips: decompressor: do not copy source files while building 2021-11-10 19:45:06 +01:00
bswapsi.c mips: decompressor: do not copy source files while building 2021-11-10 19:45:06 +01:00
calc_vmlinuz_load_addr.c
clz_ctz.c MIPS: compressed: Fix build with ZSTD compression 2022-01-09 15:43:07 +01:00
dbg.c Just cleanups and fixes 2024-01-17 11:20:50 -08:00
decompress.c mips: decompress: fix add missing prototypes 2023-12-10 17:21:38 -08:00
decompress.h mips: decompress: fix add missing prototypes 2023-12-10 17:21:38 -08:00
dummy.c
head.S MIPS: compressed: Use correct instruction for 64 bit code 2023-12-21 15:30:03 +01:00
ld.script MIPS: zboot: put appended dtb into a section 2020-11-06 11:28:16 +01:00
Makefile mips: Enable KCSAN 2022-02-22 09:45:05 +01:00
string.c mips: decompress: fix add missing prototypes 2023-12-10 17:21:38 -08:00
uart-16550.c mips: zboot: Fix "no previous prototype" build warning 2024-02-23 10:14:06 +01:00
uart-alchemy.c mips: zboot: Fix "no previous prototype" build warning 2024-02-23 10:14:06 +01:00
uart-ath79.c mips: decompressor: do not copy source files while building 2021-11-10 19:45:06 +01:00
uart-prom.c mips: zboot: Fix "no previous prototype" build warning 2024-02-23 10:14:06 +01:00