aboutsummaryrefslogtreecommitdiff
path: root/drivers/of
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-08-26 09:13:09 +0200
committerRob Herring <rob.herring@calxeda.com>2012-09-06 11:01:53 -0500
commita4f8bf220e415318c739243aaeb2471cf5e8c911 (patch)
tree69a08349cb89b7fa88902a9cbaedb3852bda1dd0 /drivers/of
parent239078da17ee68c275e87cf9a7f849b227706966 (diff)
DT: export of_irq_to_resource_table()
Trivial patch that exports the of_irq_to_resource_table() symbol so that modules can use it. Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'drivers/of')
-rw-r--r--drivers/of/irq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/irq.c b/drivers/of/irq.c
index ff8ab7b2737..a23ec777999 100644
--- a/drivers/of/irq.c
+++ b/drivers/of/irq.c
@@ -392,6 +392,7 @@ int of_irq_to_resource_table(struct device_node *dev, struct resource *res,
return i;
}
+EXPORT_SYMBOL_GPL(of_irq_to_resource_table);
struct intc_desc {
struct list_head list;