[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1380939526-17619-1-git-send-email-festevam@gmail.com>
Date: Fri, 4 Oct 2013 23:18:46 -0300
From: Fabio Estevam <festevam@...il.com>
To: benh@...nel.crashing.org
Cc: tglx@...utronix.de, linux-kernel@...r.kernel.org,
Fabio Estevam <fabio.estevam@...escale.com>
Subject: [PATCH] irq: irqdomain: Include <linux/of_irq.h>
From: Fabio Estevam <fabio.estevam@...escale.com>
Fix the following sparse warning:
kernel/irq/irqdomain.c:468:14: warning: symbol 'irq_create_of_mapping' was not declared. Should it be static?
Signed-off-by: Fabio Estevam <fabio.estevam@...escale.com>
---
kernel/irq/irqdomain.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index 706724e..37cc657 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -10,6 +10,7 @@
#include <linux/mutex.h>
#include <linux/of.h>
#include <linux/of_address.h>
+#include <linux/of_irq.h>
#include <linux/topology.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
--
1.8.1.2
--
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