[PATCH 3/4] include/of.h: drop of_parse_dtb() declaration

Antony Pavlov antonynpavlov at gmail.com
Sun Jul 20 22:00:44 PDT 2025


The of_parse_dtb() function was renamed in the commit
86e787e84565e6c08696450e9d14d066f3f76056
("of: rename of_parse_dtb to of_unflatten_dtb").

Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
 include/of.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/of.h b/include/of.h
index 2258cd501b7..f99f7763251 100644
--- a/include/of.h
+++ b/include/of.h
@@ -116,7 +116,6 @@ void of_print_nodes(struct device_node *node, int indent, unsigned maxpropsize);
 void of_print_properties(struct device_node *node, unsigned maxpropsize);
 int of_diff(struct device_node *a, struct device_node *b, int indent);
 int of_probe(void);
-int of_parse_dtb(struct fdt_header *fdt);
 struct device_node *of_unflatten_dtb(const void *fdt, int size);
 struct device_node *of_unflatten_dtb_const(const void *infdt, int size);
 
-- 
2.45.2




More information about the barebox mailing list