[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1322052664-20249-1-git-send-email-broonie@opensource.wolfsonmicro.com>
Date: Wed, 23 Nov 2011 12:51:04 +0000
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: linux-kernel@...r.kernel.org, patches@...nsource.wolfsonmicro.com,
Mark Brown <broonie@...nsource.wolfsonmicro.com>
Subject: [PATCH] irq: Prototype irqdomain mapping functions
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@...nsource.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists