From: Stephen Warren Date: Thu, 7 Jun 2012 23:57:36 +0000 (-0600) Subject: of: export of_platform_populate() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e001f1c8e9c1d3b2f0c638bc712bcac10294aae3;p=linux-beck.git of: export of_platform_populate() Without this, modules can't use this API, leading to build failures. Signed-off-by: Stephen Warren Signed-off-by: Rob Herring --- 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 */