Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752023AbbGIIwQ (ORCPT ); Thu, 9 Jul 2015 04:52:16 -0400 Received: from smtp3-g21.free.fr ([212.27.42.3]:49753 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751508AbbGIIvz (ORCPT ); Thu, 9 Jul 2015 04:51:55 -0400 From: Alban Bedel To: linux-mips@linux-mips.org Cc: Thomas Gleixner , Ralf Baechle , Andrew Bresticker , Qais Yousef , linux-kernel@vger.kernel.org, Alban Bedel Subject: [PATCH] MIPS: ath79: irq: IRQCHIP_DECLARE moved to linux/irqchip.h Date: Thu, 9 Jul 2015 10:51:36 +0200 Message-Id: <1436431896-21010-1-git-send-email-albeu@free.fr> X-Mailer: git-send-email 2.0.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 801 Lines: 28 Remove the ugly cross tree include now that IRQCHIP_DECLARE moved to linux/irqchip.h. Signed-off-by: Alban Bedel --- 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 #include #include -#include "../../../drivers/irqchip/irqchip.h" #include #include -- 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/