Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1180561

[PATCH] MIPS: ath79: irq: IRQCHIP_DECLARE moved to linux/irqchip.h

From Alban Bedel <albeu@free.fr>
Newsgroups linux.kernel
Subject [PATCH] MIPS: ath79: irq: IRQCHIP_DECLARE moved to linux/irqchip.h
Date 2015-07-09 11:00 +0200
Message-ID <pKfQt-6pD-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] MIPS: ath79: irq: IRQCHIP_DECLARE moved to linux/irqchip.h Alban Bedel <albeu@free.fr> - 2015-07-09 11:00 +0200
  Re: [PATCH] MIPS: ath79: irq: IRQCHIP_DECLARE moved to  linux/irqchip.h Ralf Baechle <ralf@linux-mips.org> - 2015-07-09 11:10 +0200

csiph-web