diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-06-07 17:57:36 -0600 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-06-13 13:34:38 -0500 |
commit | e001f1c8e9c1d3b2f0c638bc712bcac10294aae3 (patch) | |
tree | 7f90544b9a03dfe2627a8b9b2cb24c9ace952348 /drivers/of | |
parent | cfaf025112d3856637ff34a767ef785ef5cf2ca9 (diff) | |
download | op-kernel-dev-e001f1c8e9c1d3b2f0c638bc712bcac10294aae3.zip op-kernel-dev-e001f1c8e9c1d3b2f0c638bc712bcac10294aae3.tar.gz |
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.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 */ |