[PATCH 2/9] of: export of_default_bus_match_table

Sascha Hauer s.hauer at pengutronix.de
Wed Jul 10 06:52:01 EDT 2013


For code which wants to call of_platform_populate.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 include/of.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/of.h b/include/of.h
index ebe8e39..0d8f6b3 100644
--- a/include/of.h
+++ b/include/of.h
@@ -679,4 +679,6 @@ static inline int of_property_write_u64(struct device_node *np,
 	return of_property_write_u64_array(np, propname, &value, 1);
 }
 
+extern const struct of_device_id of_default_bus_match_table[];
+
 #endif /* __OF_H */
-- 
1.8.3.2




More information about the barebox mailing list