]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
DT: export of_irq_to_resource_table()
authorJohn Crispin <blogic@openwrt.org>
Sun, 26 Aug 2012 07:13:09 +0000 (09:13 +0200)
committerRob Herring <rob.herring@calxeda.com>
Thu, 6 Sep 2012 16:01:53 +0000 (11:01 -0500)
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>
drivers/of/irq.c

index ff8ab7b27373bd58e31070a366ed0e48217ecceb..a23ec7779997b553269ad7af6e36a2580f98375c 100644 (file)
@@ -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;