From: Alan Tull <atull@xxxxxxxxxx> export of_irq_count so it can be used in drivers that are built as modules. Signed-off-by: Alan Tull <atull@xxxxxxxxxx> --- drivers/of/irq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/of/irq.c b/drivers/of/irq.c index 9bcf2cf..5ed19f3 100644 --- a/drivers/of/irq.c +++ b/drivers/of/irq.c @@ -393,6 +393,7 @@ int of_irq_count(struct device_node *dev) return nr; } +EXPORT_SYMBOL_GPL(of_irq_count); /** * of_irq_to_resource_table - Fill in resource table with node's IRQ info -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html