From c662d0b72272b183d66039c9337f7b58b56530ff Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 21 Dec 2022 16:08:18 -0700 Subject: fdt: Avoid exporting fdtdec_prepare_fdt() This function is not used outside this file. Make it static. Signed-off-by: Simon Glass --- include/fdtdec.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') diff --git a/include/fdtdec.h b/include/fdtdec.h index 12355afd7fa..aa61a0fca1a 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -554,15 +554,6 @@ uint64_t fdtdec_get_uint64(const void *blob, int node, const char *prop_name, */ int fdtdec_get_is_enabled(const void *blob, int node); -/** - * Make sure we have a valid fdt available to control U-Boot. - * - * If not, a message is printed to the console if the console is ready. - * - * Return: 0 if all ok, -1 if not - */ -int fdtdec_prepare_fdt(void); - /** * Checks that we have a valid fdt available to control U-Boot. -- cgit v1.3.1