aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/of_fdt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/of_fdt.h b/include/linux/of_fdt.h
index ee96091f7d25..0ef22a1f129e 100644
--- a/include/linux/of_fdt.h
+++ b/include/linux/of_fdt.h
@@ -59,6 +59,8 @@ struct boot_param_header {
59 59
60#if defined(CONFIG_OF_FLATTREE) 60#if defined(CONFIG_OF_FLATTREE)
61 61
62struct device_node;
63
62/* For scanning an arbitrary device-tree at any time */ 64/* For scanning an arbitrary device-tree at any time */
63extern char *of_fdt_get_string(struct boot_param_header *blob, u32 offset); 65extern char *of_fdt_get_string(struct boot_param_header *blob, u32 offset);
64extern void *of_fdt_get_property(struct boot_param_header *blob, 66extern void *of_fdt_get_property(struct boot_param_header *blob,