From b23644858bec1a21743debccb6643af7df5c48b4 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Sun, 28 Oct 2018 14:41:14 +0200 Subject: fdt: restore board_fdt_blob_setup() declaration Commit 90c08fa038451d (fdt: Add device tree memory bindings) removed the prototype declaration of board_fdt_blob_setup(), most likely by mistake. This didn't break the build because the only file calling this function (lib/fdtdec.c) provides a local weak definition. Restore the declaration. Cc: Michael Pratt Signed-off-by: Baruch Siach Reviewed-by: Simon Glass --- include/fdtdec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/fdtdec.h') diff --git a/include/fdtdec.h b/include/fdtdec.h index c26df50543a..b15da00fb28 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -956,6 +956,7 @@ int fdtdec_setup(void); * Called when CONFIG_OF_BOARD is defined, or if CONFIG_OF_SEPARATE is defined * and the board implements it. */ +void *board_fdt_blob_setup(void); /* * Decode the size of memory -- cgit v1.2.3