diff options
Diffstat (limited to 'drivers/of')
| -rw-r--r-- | drivers/of/base.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/base.c b/drivers/of/base.c index 321d3ef0500..1733081eb87 100644 --- a/drivers/of/base.c +++ b/drivers/of/base.c @@ -382,6 +382,7 @@ struct device_node *of_get_next_parent(struct device_node *node)  	raw_spin_unlock_irqrestore(&devtree_lock, flags);  	return parent;  } +EXPORT_SYMBOL(of_get_next_parent);  /**   *	of_get_next_child - Iterate a node childs  |