diff options
author | Gavin Shan <gwshan@linux.vnet.ibm.com> | 2016-05-03 13:22:52 (GMT) |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-05-16 12:22:36 (GMT) |
commit | bb91f923d176578257aed682047653cc33148413 (patch) | |
tree | 9cabf17e21ecef0887505ec7cdef0688af755c3e /drivers/of | |
parent | 83262418b0ef8bda66eca7c72d4c24ae6f7b230e (diff) | |
download | linux-bb91f923d176578257aed682047653cc33148413.tar.xz |
drivers/of: Export of_detach_node()
This exports of_detach_node() for PowerPC PowerNV PCI hotplug
driver. No functional changes introduced.
Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/of')
-rw-r--r-- | drivers/of/dynamic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/dynamic.c b/drivers/of/dynamic.c index c647bd1..75ce30d 100644 --- a/drivers/of/dynamic.c +++ b/drivers/of/dynamic.c @@ -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 |