From: Venkatesh Yadav Abbarapu Date: Mon, 6 Jan 2025 09:06:30 +0000 (+0530) Subject: board: xilinx: Add missing prototype for set_dfu_alt_info X-Git-Tag: v2025.04-rc1~62^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d335292072d89598b8752d97624c813ce8668ea;p=pandora-u-boot.git board: xilinx: Add missing prototype for set_dfu_alt_info Add missing prototype to fix the sparse warning, warning: no previous prototype for 'set_dfu_alt_info' [-Wmissing-prototypes]. Signed-off-by: Venkatesh Yadav Abbarapu Link: https://lore.kernel.org/r/20250106090630.209938-1-venkatesh.abbarapu@amd.com Signed-off-by: Michal Simek --- diff --git a/board/xilinx/versal/board.c b/board/xilinx/versal/board.c index cff810e02ad..b4483d00ad1 100644 --- a/board/xilinx/versal/board.c +++ b/board/xilinx/versal/board.c @@ -6,6 +6,7 @@ #include #include +#include #include #include #include