Skip to content

Commit

Permalink
DT: export of_irq_to_resource_table()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
John Crispin authored and Rob Herring committed Sep 6, 2012
1 parent 239078d commit a4f8bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/of/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a4f8bf2

Please sign in to comment.