diff options
Diffstat (limited to 'drivers/of')
-rw-r--r-- | drivers/of/irq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/irq.c b/drivers/of/irq.c index 1471e0a223a5..0d7765807f49 100644 --- a/drivers/of/irq.c +++ b/drivers/of/irq.c | |||
@@ -405,6 +405,7 @@ int of_irq_get(struct device_node *dev, int index) | |||
405 | 405 | ||
406 | return irq_create_of_mapping(&oirq); | 406 | return irq_create_of_mapping(&oirq); |
407 | } | 407 | } |
408 | EXPORT_SYMBOL_GPL(of_irq_get); | ||
408 | 409 | ||
409 | /** | 410 | /** |
410 | * of_irq_get_byname - Decode a node's IRQ and return it as a Linux irq number | 411 | * of_irq_get_byname - Decode a node's IRQ and return it as a Linux irq number |