* [PATCH 2/5] microblaze:irqchip: prepare for drivers/irqchip/irqchip.h removal
@ 2015-07-07 21:13 Joël Porquet
2015-07-31 21:51 ` [tip:irq/core] microblaze/irq: prepare for drivers/irqchip/ irqchip.h removal tip-bot for Joel Porquet
0 siblings, 1 reply; 2+ messages in thread
From: Joël Porquet @ 2015-07-07 21:13 UTC (permalink / raw)
To: linux-kernel; +Cc: vgupta, monstr, ralf, tglx, jason
The IRQCHIP_DECLARE macro migrated to 'include/linux/irqchip.h'.
See commit 91e20b5040c67c51aad88cf87db4305c5bd7f79d
("irqchip: Move IRQCHIP_DECLARE macro to include/linux/irqchip.h").
This patch removes the inclusion of private header 'drivers/irqchip/irqchip.h'
and replaces it with the inclusion of 'include/linux/irqchip.h'.
Signed-off-by: Joel Porquet <joel@porquet.org>
---
arch/microblaze/kernel/intc.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/microblaze/kernel/intc.c b/arch/microblaze/kernel/intc.c
index 719feee..90bec7d 100644
--- a/arch/microblaze/kernel/intc.c
+++ b/arch/microblaze/kernel/intc.c
@@ -11,12 +11,11 @@
#include <linux/irqdomain.h>
#include <linux/irq.h>
+#include <linux/irqchip.h>
#include <linux/of_address.h>
#include <linux/io.h>
#include <linux/bug.h>
-#include "../../drivers/irqchip/irqchip.h"
-
static void __iomem *intc_baseaddr;
/* No one else should require these constants, so define them locally here. */
--
2.4.5
^ permalink raw reply [flat|nested] 2+ messages in thread* [tip:irq/core] microblaze/irq: prepare for drivers/irqchip/ irqchip.h removal
2015-07-07 21:13 [PATCH 2/5] microblaze:irqchip: prepare for drivers/irqchip/irqchip.h removal Joël Porquet
@ 2015-07-31 21:51 ` tip-bot for Joel Porquet
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Joel Porquet @ 2015-07-31 21:51 UTC (permalink / raw)
To: linux-tip-commits; +Cc: hpa, mingo, joel, tglx, linux-kernel
Commit-ID: fd4b267b3d30f4742bdf7586fed5193b67938e32
Gitweb: http://git.kernel.org/tip/fd4b267b3d30f4742bdf7586fed5193b67938e32
Author: Joel Porquet <joel@porquet.org>
AuthorDate: Tue, 7 Jul 2015 17:13:15 -0400
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Fri, 31 Jul 2015 20:51:21 +0200
microblaze/irq: prepare for drivers/irqchip/irqchip.h removal
The IRQCHIP_DECLARE macro migrated to 'include/linux/irqchip.h'.
See commit 91e20b5040c67c51aad88cf87db4305c5bd7f79d
("irqchip: Move IRQCHIP_DECLARE macro to include/linux/irqchip.h").
This patch removes the inclusion of private header 'drivers/irqchip/irqchip.h'
and replaces it with the inclusion of 'include/linux/irqchip.h'.
Signed-off-by: Joel Porquet <joel@porquet.org>
Cc: vgupta@synopsys.com
Cc: monstr@monstr.eu
Cc: ralf@linux-mips.org
Cc: jason@lakedaemon.net
Link: http://lkml.kernel.org/r/12384045.pHnZrl3CFY@joel-zenbook
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
arch/microblaze/kernel/intc.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/microblaze/kernel/intc.c b/arch/microblaze/kernel/intc.c
index 719feee..90bec7d 100644
--- a/arch/microblaze/kernel/intc.c
+++ b/arch/microblaze/kernel/intc.c
@@ -11,12 +11,11 @@
#include <linux/irqdomain.h>
#include <linux/irq.h>
+#include <linux/irqchip.h>
#include <linux/of_address.h>
#include <linux/io.h>
#include <linux/bug.h>
-#include "../../drivers/irqchip/irqchip.h"
-
static void __iomem *intc_baseaddr;
/* No one else should require these constants, so define them locally here. */
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-31 21:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-07 21:13 [PATCH 2/5] microblaze:irqchip: prepare for drivers/irqchip/irqchip.h removal Joël Porquet
2015-07-31 21:51 ` [tip:irq/core] microblaze/irq: prepare for drivers/irqchip/ irqchip.h removal tip-bot for Joel Porquet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome