From 4d335292072d89598b8752d97624c813ce8668ea Mon Sep 17 00:00:00 2001 From: Venkatesh Yadav Abbarapu Date: Mon, 6 Jan 2025 14:36:30 +0530 Subject: [PATCH] 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 --- board/xilinx/versal/board.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5