Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e001f1c8 authored by Stephen Warren's avatar Stephen Warren Committed by Rob Herring
Browse files

of: export of_platform_populate()



Without this, modules can't use this API, leading to build failures.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
parent cfaf0251
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */