projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfaf025
)
of: export of_platform_populate()
author
Stephen Warren
<swarren@nvidia.com>
Thu, 7 Jun 2012 23:57:36 +0000
(17:57 -0600)
committer
Rob 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/of/platform.c
b/drivers/of/platform.c
index 343ad29e211c66768491e325046ff0b58bcb15ec..3132ea068d95fada8b01e85a49cfd5859d1c4b6c 100644
(file)
--- 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 */