summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-02-18 12:59:30 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-02-18 12:59:30 +0100
commit19b6eb9d5fd0c01ffcd3d679f92c31b1dc2e6d87 (patch)
tree5d63dc3a198c0133e003c3cf8260aecb3a9fd29e /include
parent1e3859d8d6d0d4dfb7b5a54113b894768ad89d16 (diff)
parent54d8d7cc75d28a9dae17ee96e389e0848c530ae8 (diff)
downloadbarebox-19b6eb9d5fd0c01ffcd3d679f92c31b1dc2e6d87.tar.gz
barebox-19b6eb9d5fd0c01ffcd3d679f92c31b1dc2e6d87.tar.xz
Merge branch 'for-next/tests'
Diffstat (limited to 'include')
-rw-r--r--include/of.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/of.h b/include/of.h
index 216d0ee763..b449d10ec7 100644
--- a/include/of.h
+++ b/include/of.h
@@ -107,7 +107,7 @@ void of_print_cmdline(struct device_node *root);
void of_print_nodes(struct device_node *node, int indent);
void of_print_properties(struct device_node *node);
-void of_diff(struct device_node *a, struct device_node *b, int indent);
+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);