projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
239078d
)
DT: export of_irq_to_resource_table()
author
John Crispin
<blogic@openwrt.org>
Sun, 26 Aug 2012 07:13:09 +0000
(09:13 +0200)
committer
Rob Herring
<rob.herring@calxeda.com>
Thu, 6 Sep 2012 16:01:53 +0000
(11:01 -0500)
Trivial patch that exports the of_irq_to_resource_table() symbol so that
modules can use it.
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
drivers/of/irq.c
patch
|
blob
|
history
diff --git
a/drivers/of/irq.c
b/drivers/of/irq.c
index ff8ab7b27373bd58e31070a366ed0e48217ecceb..a23ec7779997b553269ad7af6e36a2580f98375c 100644
(file)
--- a/
drivers/of/irq.c
+++ b/
drivers/of/irq.c
@@
-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;