Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756552AbbGaVv5 (ORCPT ); Fri, 31 Jul 2015 17:51:57 -0400 Received: from terminus.zytor.com ([198.137.202.10]:36339 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753120AbbGaVvy (ORCPT ); Fri, 31 Jul 2015 17:51:54 -0400 Date: Fri, 31 Jul 2015 14:51:34 -0700 From: tip-bot for Joel Porquet Message-ID: Cc: hpa@zytor.com, mingo@kernel.org, joel@porquet.org, tglx@linutronix.de, linux-kernel@vger.kernel.org Reply-To: hpa@zytor.com, joel@porquet.org, tglx@linutronix.de, linux-kernel@vger.kernel.org, mingo@kernel.org In-Reply-To: <12384045.pHnZrl3CFY@joel-zenbook> References: <12384045.pHnZrl3CFY@joel-zenbook> To: linux-tip-commits@vger.kernel.org Subject: [tip:irq/core] microblaze/irq: prepare for drivers/irqchip/ irqchip.h removal Git-Commit-ID: fd4b267b3d30f4742bdf7586fed5193b67938e32 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1828 Lines: 51 Commit-ID: fd4b267b3d30f4742bdf7586fed5193b67938e32 Gitweb: http://git.kernel.org/tip/fd4b267b3d30f4742bdf7586fed5193b67938e32 Author: Joel Porquet AuthorDate: Tue, 7 Jul 2015 17:13:15 -0400 Committer: Thomas Gleixner 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 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 --- 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 #include +#include #include #include #include -#include "../../drivers/irqchip/irqchip.h" - static void __iomem *intc_baseaddr; /* No one else should require these constants, so define them locally here. */ -- 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/