All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: ath79: irq: IRQCHIP_DECLARE moved to linux/irqchip.h
@ 2015-07-09  8:51 Alban Bedel
  2015-07-09  9:00 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Alban Bedel @ 2015-07-09  8:51 UTC (permalink / raw)
  To: linux-mips
  Cc: Thomas Gleixner, Ralf Baechle, Andrew Bresticker, Qais Yousef,
	linux-kernel, Alban Bedel

Remove the ugly cross tree include now that IRQCHIP_DECLARE moved to
linux/irqchip.h.

Signed-off-by: Alban Bedel <albeu@free.fr>
---
 arch/mips/ath79/irq.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/mips/ath79/irq.c b/arch/mips/ath79/irq.c
index afb0096..2021be2 100644
--- a/arch/mips/ath79/irq.c
+++ b/arch/mips/ath79/irq.c
@@ -17,7 +17,6 @@
 #include <linux/interrupt.h>
 #include <linux/irqchip.h>
 #include <linux/of_irq.h>
-#include "../../../drivers/irqchip/irqchip.h"
 
 #include <asm/irq_cpu.h>
 #include <asm/mipsregs.h>
-- 
2.0.0

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

end of thread, other threads:[~2015-07-09  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-09  8:51 [PATCH] MIPS: ath79: irq: IRQCHIP_DECLARE moved to linux/irqchip.h Alban Bedel
2015-07-09  9:00 ` Ralf Baechle

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.