diff options
author | Laurent Pinchart <[email protected]> | 2014-10-30 15:59:36 +0200 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2014-11-10 09:34:57 +0100 |
commit | 9eb08fb3d15896bfff57fcd4c87e3fd5b19d8581 (patch) | |
tree | a1847ff26a0d656d5c904ba06234457f8e6de2d6 | |
parent | 78df445e7807b1ed741d2571280a674f3e4a57bf (diff) |
of/irq: Export of_irq_get()
The function will be used by the I2C core which can be compiled as a
module.
Signed-off-by: Laurent Pinchart <[email protected]>
Acked-by: Rob Herring <[email protected]>
Acked-by: Grant Likely <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
-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) return irq_create_of_mapping(&oirq); } +EXPORT_SYMBOL_GPL(of_irq_get); /** * of_irq_get_byname - Decode a node's IRQ and return it as a Linux irq number |