summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVenkatesh Yadav Abbarapu <[email protected]>2025-01-06 14:36:30 +0530
committerMichal Simek <[email protected]>2025-01-14 08:29:46 +0100
commit4d335292072d89598b8752d97624c813ce8668ea (patch)
tree5ae9f417bc72a60f1ec7d957e4bb11ba1396e390
parentb446b8a865613a8062765ad7141f508babc4a56a (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michal Simek <[email protected]>
-rw-r--r--board/xilinx/versal/board.c1
1 files changed, 1 insertions, 0 deletions
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 <command.h>
#include <cpu_func.h>
+#include <dfu.h>
#include <env.h>
#include <fdtdec.h>
#include <init.h>