1
0
Fork 0

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>
wifi-calibration
John Crispin 2012-08-26 09:13:09 +02:00 committed by Rob Herring
parent 239078da17
commit a4f8bf220e
1 changed files with 1 additions and 0 deletions

View 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;