diff options
author | John Crispin <blogic@openwrt.org> | 2012-08-26 09:13:09 +0200 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-09-06 11:01:53 -0500 |
commit | a4f8bf220e415318c739243aaeb2471cf5e8c911 (patch) | |
tree | 69a08349cb89b7fa88902a9cbaedb3852bda1dd0 /drivers/of | |
parent | 239078da17ee68c275e87cf9a7f849b227706966 (diff) | |
download | op-kernel-dev-a4f8bf220e415318c739243aaeb2471cf5e8c911.zip op-kernel-dev-a4f8bf220e415318c739243aaeb2471cf5e8c911.tar.gz |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/irq.c b/drivers/of/irq.c index ff8ab7b..a23ec77 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; |