From: Rob Herring <[email protected]> of_platform_populate is missing an EXPORT_SYMBOL, so add it.
Cc: Grant Likely <[email protected]> Signed-off-by: Rob Herring <[email protected]> --- 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 dc56a77..8d0f477 100644 --- a/drivers/of/platform.c +++ b/drivers/of/platform.c @@ -328,4 +328,5 @@ int of_platform_populate(struct device_node *root, of_node_put(root); return rc; } +EXPORT_SYMBOL(of_platform_populate); #endif /* !CONFIG_SPARC */ -- 1.7.4.1 _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
