From: Algapally Santosh Sagar Date: Fri, 20 Jan 2023 05:36:16 +0000 (-0700) Subject: xilinx: versal: Add missing header X-Git-Tag: baikal/mips/sdk5.8.2~5^2~74^2~6 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=33114595d9e31f352378e80a5bd688ae6804de3a;p=uboot.git xilinx: versal: Add missing header Add missing prototype to fix the sparse warning, warning: no previous prototype for 'do_go_exec' [-Wmissing-prototypes]. Signed-off-by: Algapally Santosh Sagar Signed-off-by: Ashok Reddy Soma Link: https://lore.kernel.org/r/20230120053617.32463-4-ashok.reddy.soma@amd.com Signed-off-by: Michal Simek --- diff --git a/board/xilinx/versal/board.c b/board/xilinx/versal/board.c index f9f5457ed2..4cdc2ecd1d 100644 --- a/board/xilinx/versal/board.c +++ b/board/xilinx/versal/board.c @@ -4,6 +4,7 @@ * Michal Simek */ +#include #include #include #include