From 08120e2166f3702ae1e2fcc6c9dbca34a0ef4098 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 19 Jun 2015 06:10:08 +0200 Subject: of: export of_platform_device_create Signed-off-by: Sascha Hauer --- include/of.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/of.h') diff --git a/include/of.h b/include/of.h index c02f5f49ab..1db210b38a 100644 --- a/include/of.h +++ b/include/of.h @@ -224,6 +224,8 @@ extern int of_modalias_node(struct device_node *node, char *modalias, int len); extern struct device_node *of_get_root_node(void); extern int of_set_root_node(struct device_node *node); +extern struct device_d *of_platform_device_create(struct device_node *np, + struct device_d *parent); extern int of_platform_populate(struct device_node *root, const struct of_device_id *matches, struct device_d *parent); -- cgit v1.2.3