From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755605AbcBBOwL (ORCPT ); Tue, 2 Feb 2016 09:52:11 -0500 Received: from terminus.zytor.com ([198.137.202.10]:44759 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754445AbcBBOwI (ORCPT ); Tue, 2 Feb 2016 09:52:08 -0500 Date: Tue, 2 Feb 2016 06:51:37 -0800 From: tip-bot for Andre Przywara Message-ID: Cc: maxime.ripard@free-electrons.com, tglx@linutronix.de, andre.przywara@arm.com, wens@csie.org, linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org, marc.zyngier@arm.com, jason@lakedaemon.net, arnd@arndb.de Reply-To: jason@lakedaemon.net, arnd@arndb.de, mingo@kernel.org, marc.zyngier@arm.com, hpa@zytor.com, linux-kernel@vger.kernel.org, wens@csie.org, andre.przywara@arm.com, tglx@linutronix.de, maxime.ripard@free-electrons.com In-Reply-To: <1454348370-3816-2-git-send-email-andre.przywara@arm.com> References: <1454348370-3816-2-git-send-email-andre.przywara@arm.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:irq/urgent] irqchip/sun4i: Fix compilation outside of arch/ arm Git-Commit-ID: 6235f0ecc4ed799169b80f7317c7f974f7415320 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 Commit-ID: 6235f0ecc4ed799169b80f7317c7f974f7415320 Gitweb: http://git.kernel.org/tip/6235f0ecc4ed799169b80f7317c7f974f7415320 Author: Andre Przywara AuthorDate: Mon, 1 Feb 2016 17:39:20 +0000 Committer: Thomas Gleixner CommitDate: Tue, 2 Feb 2016 15:46:40 +0100 irqchip/sun4i: Fix compilation outside of arch/arm The Allwinner sunxi specific interrupt controller cannot be compiled for any architecture except arm: drivers/irqchip/irq-sun4i.c:25:26: fatal error: asm/mach/irq.h: No such file or directory compilation terminated. It turns out that this header is actually not needed for the driver, so remove it and allow compilation for other architectures like arm64. Signed-off-by: Andre Przywara Acked-by: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org Cc: Jason Cooper Cc: Marc Zyngier Cc: Maxime Ripard Cc: Chen-Yu Tsai Cc: linux-sunxi@googlegroups.com Link: http://lkml.kernel.org/r/1454348370-3816-2-git-send-email-andre.przywara@arm.com Signed-off-by: Thomas Gleixner --- drivers/irqchip/irq-sun4i.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/irqchip/irq-sun4i.c b/drivers/irqchip/irq-sun4i.c index 0704362..376b280 100644 --- a/drivers/irqchip/irq-sun4i.c +++ b/drivers/irqchip/irq-sun4i.c @@ -22,7 +22,6 @@ #include #include -#include #define SUN4I_IRQ_VECTOR_REG 0x00 #define SUN4I_IRQ_PROTECTION_REG 0x08