mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 14:02:10 +00:00
of: export of_platform_populate()
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>
This commit is contained in:
parent
cfaf025112
commit
e001f1c8e9
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user