From: Venkatesh Yadav Abbarapu Date: Wed, 7 Feb 2024 08:33:28 +0000 (+0530) Subject: xilinx: zynqmp: Add the missing function prototype X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=db23e67bbd231c02b3a1cdf900b45efda45410d4;p=u-boot.git xilinx: zynqmp: Add the missing function prototype Add missing prototype to fix the below sparse warning warning: no previous prototype for 'spl_spi_get_uboot_offs' [-Wmissing-prototypes] Fixes: 2c8a09219cdb ("arm64: zynqmp: Add multiboot support for SPL/SPI offset calculation") Signed-off-by: Venkatesh Yadav Abbarapu Link: https://lore.kernel.org/r/20240207083328.1673752-1-venkatesh.abbarapu@amd.com Signed-off-by: Michal Simek --- diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c index 9f50090720..ba49eb7be2 100644 --- a/board/xilinx/zynqmp/zynqmp.c +++ b/board/xilinx/zynqmp/zynqmp.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include