OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78df445
)
of/irq: Export of_irq_get()
author
Laurent Pinchart
<laurent.pinchart+renesas@ideasonboard.com>
Thu, 30 Oct 2014 13:59:36 +0000
(15:59 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 10 Nov 2014 08:34:57 +0000
(09:34 +0100)
The function will be used by the I2C core which can be compiled as a
module.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Grant Likely <grant.likely@linaro.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/of/irq.c
patch
|
blob
|
history
diff --git
a/drivers/of/irq.c
b/drivers/of/irq.c
index
1471e0a
..
0d77658
100644
(file)
--- 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