All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irq: Prototype irqdomain mapping functions
@ 2011-11-23 12:51 Mark Brown
  0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2011-11-23 12:51 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: linux-kernel, patches, Mark Brown

Ensure that irq_create_of_mapping() and irq_dispose_mapping() match their
prototypes by including the relevant header file.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 kernel/irq/irqdomain.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index 4dc9826..a3a90e2 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -4,6 +4,7 @@
 #include <linux/mutex.h>
 #include <linux/of.h>
 #include <linux/of_address.h>
+#include <linux/of_irq.h>
 #include <linux/slab.h>
 
 static LIST_HEAD(irq_domain_list);
-- 
1.7.7.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-23 12:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-23 12:51 [PATCH] irq: Prototype irqdomain mapping functions Mark Brown

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.