summaryrefslogtreecommitdiffstats
path: root/include/of.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-07-05 09:17:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-07-15 11:15:52 +0200
commitf57a85985b7ece8824c1dc2232962cbc8f96cb38 (patch)
treeff9774eeeb7d6e984c20f7106d0748d5847b1304 /include/of.h
parent121c3d6e9c2fb4649f3349edc522c99f3b9585d9 (diff)
downloadbarebox-f57a85985b7ece8824c1dc2232962cbc8f96cb38.tar.gz
barebox-f57a85985b7ece8824c1dc2232962cbc8f96cb38.tar.xz
of: export of_default_bus_match_table
For code which wants to call of_platform_populate. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/of.h')
-rw-r--r--include/of.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/of.h b/include/of.h
index ebe8e3966b..0d8f6b3c67 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 */