From: Algapally Santosh Sagar Date: Wed, 14 Jun 2023 09:03:59 +0000 (-0600) Subject: xilinx: zynq: Add the missing function prototypes X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=340760ec0ffbe06c3dc1388ee605e031a11ff042;p=u-boot.git xilinx: zynq: Add the missing function prototypes Add the missing prototypes for the functions pointed by the below sparse warnings warning: no previous prototype for 'set_dfu_alt_info' [-Wmissing-prototypes] warning: no previous prototype for 'board_debug_uart_init' [-Wmissing-prototypes] Signed-off-by: Algapally Santosh Sagar Signed-off-by: Ashok Reddy Soma Link: https://lore.kernel.org/r/20230614090359.10809-7-ashok.reddy.soma@amd.com Signed-off-by: Michal Simek --- diff --git a/board/xilinx/zynq/board.c b/board/xilinx/zynq/board.c index 9a59445b44..3b6581e304 100644 --- a/board/xilinx/zynq/board.c +++ b/board/xilinx/zynq/board.c @@ -5,6 +5,8 @@ */ #include +#include +#include #include #include #include