Devicetree
 help / color / mirror / Atom feed
* [PATCH] of/platform: export of_default_bus_match_table
@ 2016-01-05  2:17 Masahiro Yamada
  2016-01-05 10:13 ` Arnd Bergmann
  0 siblings, 1 reply; 5+ messages in thread
From: Masahiro Yamada @ 2016-01-05  2:17 UTC (permalink / raw)
  To: devicetree
  Cc: Paul Gortmaker, Arnd Bergmann, Olof Johansson, Masahiro Yamada,
	Frank Rowand, Rob Herring, linux-kernel, Grant Likely

Currently, drivers/bus/uniphier-system-bus.c is kept from being a
module due to the unresolved reference to of_default_bus_match_table.

Refer to commit 326ea45aa827 ("bus: uniphier: allow only built-in
driver").

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/of/platform.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/of/platform.c b/drivers/of/platform.c
index af98343..8d103e4 100644
--- a/drivers/of/platform.c
+++ b/drivers/of/platform.c
@@ -31,6 +31,7 @@ const struct of_device_id of_default_bus_match_table[] = {
 #endif /* CONFIG_ARM_AMBA */
 	{} /* Empty terminated list */
 };
+EXPORT_SYMBOL(of_default_bus_match_table);
 
 static int of_dev_node_match(struct device *dev, void *data)
 {
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-05 14:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-05  2:17 [PATCH] of/platform: export of_default_bus_match_table Masahiro Yamada
2016-01-05 10:13 ` Arnd Bergmann
2016-01-05 10:50   ` Masahiro Yamada
2016-01-05 11:48     ` Arnd Bergmann
2016-01-05 14:21       ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox