aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-06-07 17:57:36 -0600
committerRob Herring <rob.herring@calxeda.com>2012-06-13 13:34:38 -0500
commite001f1c8e9c1d3b2f0c638bc712bcac10294aae3 (patch)
tree7f90544b9a03dfe2627a8b9b2cb24c9ace952348 /drivers/of
parentcfaf025112d3856637ff34a767ef785ef5cf2ca9 (diff)
of: export of_platform_populate()
Without this, modules can't use this API, leading to build failures. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'drivers/of')
-rw-r--r--drivers/of/platform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/platform.c b/drivers/of/platform.c
index 343ad29e211c..3132ea068d95 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 */