]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
of: export of_platform_populate()
authorStephen Warren <swarren@nvidia.com>
Thu, 7 Jun 2012 23:57:36 +0000 (17:57 -0600)
committerRob Herring <rob.herring@calxeda.com>
Wed, 13 Jun 2012 18:34:38 +0000 (13:34 -0500)
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>
drivers/of/platform.c

index 343ad29e211c66768491e325046ff0b58bcb15ec..3132ea068d95fada8b01e85a49cfd5859d1c4b6c 100644 (file)
@@ -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 */