Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4f8bf22 authored by John Crispin's avatar John Crispin Committed by Rob Herring
Browse files

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: default avatarJohn Crispin <blogic@openwrt.org>
Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
parent 239078da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;