From fcaa826698e856c26e05fe682b358050458242f6 Mon Sep 17 00:00:00 2001 From: Grant Likely Date: Sat, 8 Jan 2011 21:42:42 -0700 Subject: [PATCH] --- yaml --- r: 227734 b: refs/heads/master c: a081748735c5feb96b1365e78a5ff0fb6ca7e3a4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/of_fdt.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 1bd836a9b9ae..487ece726840 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 672d8eafe38e9324055b8c0d0ad6e95c43b6d52a +refs/heads/master: a081748735c5feb96b1365e78a5ff0fb6ca7e3a4 diff --git a/trunk/include/linux/of_fdt.h b/trunk/include/linux/of_fdt.h index ee96091f7d25..0ef22a1f129e 100644 --- a/trunk/include/linux/of_fdt.h +++ b/trunk/include/linux/of_fdt.h @@ -59,6 +59,8 @@ struct boot_param_header { #if defined(CONFIG_OF_FLATTREE) +struct device_node; + /* For scanning an arbitrary device-tree at any time */ extern char *of_fdt_get_string(struct boot_param_header *blob, u32 offset); extern void *of_fdt_get_property(struct boot_param_header *blob,