All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] of/irq: export of_irq_count
@ 2015-10-15 10:36 Zhangfei Gao
  2015-10-15 11:22 ` Arnd Bergmann
  2015-10-15 13:47 ` Rob Herring
  0 siblings, 2 replies; 5+ messages in thread
From: Zhangfei Gao @ 2015-10-15 10:36 UTC (permalink / raw)
  To: linux-arm-kernel

Export of_irq_count, otherwise module build fail if of_irq_count is used

Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: John Garry <john.garry@huawei.com>
---
 drivers/of/irq.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/of/irq.c b/drivers/of/irq.c
index 0c7f4cbe3434..0d149cc48cfe 100644
--- a/drivers/of/irq.c
+++ b/drivers/of/irq.c
@@ -448,6 +448,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.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-18 14:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-15 10:36 [PATCH] of/irq: export of_irq_count Zhangfei Gao
2015-10-15 11:22 ` Arnd Bergmann
2015-10-15 13:47 ` Rob Herring
2015-10-15 13:52   ` zhangfei
2015-11-18 14:28   ` zhangfei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.