Commit bb91f923 authored by Gavin Shan's avatar Gavin Shan Committed by 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: default avatarGavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 83262418
......@@ -311,6 +311,7 @@ int of_detach_node(struct device_node *np)
return rc;
}
EXPORT_SYMBOL_GPL(of_detach_node);
/**
* of_node_release() - release a dynamically allocated node
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment