All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irqchip: Silence sparse warning
@ 2014-03-05  1:01 Stephen Boyd
  2014-03-06 10:42 ` [tip:irq/core] " tip-bot for Stephen Boyd
  2014-03-10 13:08 ` [PATCH] " Jiri Kosina
  0 siblings, 2 replies; 5+ messages in thread
From: Stephen Boyd @ 2014-03-05  1:01 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: linux-kernel, trivial

drivers/irqchip/irqchip.c:27:13: warning: symbol 'irqchip_init'
was not declared. Should it be static?

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
 drivers/irqchip/irqchip.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/irqchip/irqchip.c b/drivers/irqchip/irqchip.c
index f496afce29de..3469141f10f6 100644
--- a/drivers/irqchip/irqchip.c
+++ b/drivers/irqchip/irqchip.c
@@ -10,6 +10,7 @@
 
 #include <linux/init.h>
 #include <linux/of_irq.h>
+#include <linux/irqchip.h>
 
 #include "irqchip.h"
 
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation


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

end of thread, other threads:[~2014-03-12 12:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-05  1:01 [PATCH] irqchip: Silence sparse warning Stephen Boyd
2014-03-06 10:42 ` [tip:irq/core] " tip-bot for Stephen Boyd
2014-03-10 13:08 ` [PATCH] " Jiri Kosina
2014-03-11 20:51   ` Stephen Boyd
2014-03-12 12:16     ` [tip:irq/core] irqchip: Remove unused include tip-bot for Stephen Boyd

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.