devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] of: export of_platform_populate()
@ 2012-06-07 23:57 Stephen Warren
       [not found] ` <1339113456-27089-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  2012-06-11 14:26 ` [PATCH] of: export of_platform_populate() Rob Herring
  0 siblings, 2 replies; 5+ messages in thread
From: Stephen Warren @ 2012-06-07 23:57 UTC (permalink / raw)
  To: Grant Likely, Rob Herring
  Cc: devicetree-discuss, linux-kernel, Stephen Warren

From: Stephen Warren <swarren@nvidia.com>

Without this, modules can't use this API, leading to build failures.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
This is useful in 3.5.

 drivers/of/platform.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/of/platform.c b/drivers/of/platform.c
index 343ad29..3132ea0 100644
--- a/drivers/of/platform.c
+++ b/drivers/of/platform.c
@@ -462,4 +462,5 @@ int of_platform_populate(struct device_node *root,
 	of_node_put(root);
 	return rc;
 }
+EXPORT_SYMBOL_GPL(of_platform_populate);
 #endif /* CONFIG_OF_ADDRESS */
-- 
1.7.0.4

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

end of thread, other threads:[~2012-06-20 19:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-07 23:57 [PATCH] of: export of_platform_populate() Stephen Warren
     [not found] ` <1339113456-27089-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-06-08  7:53   ` Booting MX28-EVK without bootloader support Subodh Nijsure
2012-06-11 14:26 ` [PATCH] of: export of_platform_populate() Rob Herring
2012-06-20 18:00   ` Stephen Warren
2012-06-20 19:32     ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).