From: John Crispin Date: Sun, 26 Aug 2012 07:13:09 +0000 (+0200) Subject: DT: export of_irq_to_resource_table() X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a4f8bf220e415318c739243aaeb2471cf5e8c911;p=~shefty%2Frdma-dev.git 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 Signed-off-by: Rob Herring --- 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;