Skip to content

Commit

Permalink
of: export of_platform_populate()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Warren authored and Rob Herring committed Jun 13, 2012
1 parent cfaf025 commit e001f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/of/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit e001f1c

Please sign in to comment.