提交 bb91f923 编写于 作者: G Gavin Shan 提交者: Rob Herring

drivers/of: Export of_detach_node()

This exports of_detach_node() for PowerPC PowerNV PCI hotplug
driver. No functional changes introduced.
Signed-off-by: NGavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: NRob Herring <robh@kernel.org>
上级 83262418
...@@ -311,6 +311,7 @@ int of_detach_node(struct device_node *np) ...@@ -311,6 +311,7 @@ int of_detach_node(struct device_node *np)
return rc; return rc;
} }
EXPORT_SYMBOL_GPL(of_detach_node);
/** /**
* of_node_release() - release a dynamically allocated node * of_node_release() - release a dynamically allocated node
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册