So code that isn't protected by CONFIG_OF can still build.

Signed-off-by: Tomeu Vizoso <tomeu.viz...@collabora.com>
---
 include/linux/of.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/linux/of.h b/include/linux/of.h
index edc068d..8922448 100644
--- a/include/linux/of.h
+++ b/include/linux/of.h
@@ -673,6 +673,9 @@ static inline void of_property_clear_flag(struct property 
*p, unsigned long flag
 
 #define of_match_ptr(_ptr)     NULL
 #define of_match_node(_matches, _node) NULL
+#define for_each_property_of_node(dn, pp)      \
+       for (; NULL; )
+
 #endif /* CONFIG_OF */
 
 #if defined(CONFIG_OF) && defined(CONFIG_NUMA)
-- 
2.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to