MIPS: Loongson64: Include bootinfo.h in dma.c
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Tue, 7 May 2024 18:51:20 +0000 (19:51 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 11 Jun 2024 11:04:11 +0000 (13:04 +0200)
commit40a48dd3bb85bcd795d37ef8129af7eca978d669
tree224dcffce2fe982b7377f0a18cb579f57d955a56
parent4ba491dd3b0e8ac6e6f46b9a91f490b6dad21aa0
MIPS: Loongson64: Include bootinfo.h in dma.c

dma.c defined function plat_swiotlb_setup, which is declared in
bootinfo.h.

Fixes warning:
arch/mips/loongson64/dma.c:25:13: warning: no previous prototype for ‘plat_swiotlb_setup’ [-Wmissing-prototypes]
   25 | void __init plat_swiotlb_setup(void)
      |             ^~~~~~~~~~~~~~~~~~

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/loongson64/dma.c