From patchwork Wed Jul 4 03:30:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 168881 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 455CC2C0083 for ; Wed, 4 Jul 2012 13:15:49 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SmFyk-0005jZ-WC; Wed, 04 Jul 2012 03:10:11 +0000 Received: from ch1ehsobe004.messaging.microsoft.com ([216.32.181.184] helo=ch1outboundpool.messaging.microsoft.com) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SmFya-0005jI-I5 for linux-arm-kernel@lists.infradead.org; Wed, 04 Jul 2012 03:10:02 +0000 Received: from mail71-ch1-R.bigfish.com (10.43.68.227) by CH1EHSOBE001.bigfish.com (10.43.70.51) with Microsoft SMTP Server id 14.1.225.23; Wed, 4 Jul 2012 03:07:56 +0000 Received: from mail71-ch1 (localhost [127.0.0.1]) by mail71-ch1-R.bigfish.com (Postfix) with ESMTP id D39652C01DD; Wed, 4 Jul 2012 03:07:55 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(zz98dI936eI1432I4015Izz1202hzz8275bh8275dhz2dh87h2a8h668h839h944hd25he96hf0ah) X-FB-DOMAIN-IP-MATCH: fail Received: from mail71-ch1 (localhost.localdomain [127.0.0.1]) by mail71-ch1 (MessageSwitch) id 1341371273672150_4423; Wed, 4 Jul 2012 03:07:53 +0000 (UTC) Received: from CH1EHSMHS037.bigfish.com (snatpool1.int.messaging.microsoft.com [10.43.68.251]) by mail71-ch1.bigfish.com (Postfix) with ESMTP id A1EA64C01CE; Wed, 4 Jul 2012 03:07:53 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CH1EHSMHS037.bigfish.com (10.43.69.246) with Microsoft SMTP Server (TLS) id 14.1.225.23; Wed, 4 Jul 2012 03:07:52 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server (TLS) id 14.2.298.5; Tue, 3 Jul 2012 22:09:52 -0500 Received: from S2100-06.ap.freescale.net (S2100-06.ap.freescale.net [10.192.242.65]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id q6439lGE024249; Tue, 3 Jul 2012 20:09:48 -0700 Date: Wed, 4 Jul 2012 11:30:22 +0800 From: Shawn Guo To: Fabio Estevam , Arnd Bergmann Subject: Re: [PATCH] ARM: imx: Fix build error due to missing irqs.h include Message-ID: <20120704033018.GA1862@S2100-06.ap.freescale.net> References: <1341365144-4549-1-git-send-email-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1341365144-4549-1-git-send-email-festevam@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-OriginatorOrg: sigmatel.com X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [216.32.181.184 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Fabio Estevam , linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Dammit. I forgot testing imx_v4_v5_defconfig again with the last FIQ change. Thanks, Fabio. Arnd, I just updated the branch imx/sparse-irq with this fix applied. Can you please pull it? Regards, Shawn The following changes since commit 8842a9e2869cae14bbb8184004a42fc3070587fb: ARM: imx: enable SPARSE_IRQ for imx platform (2012-07-01 21:59:20 +0800) are available in the git repository at: git://git.linaro.org/people/shawnguo/linux-2.6.git imx/sparse-irq Fabio Estevam (1): ARM: imx: Fix build error due to missing irqs.h include arch/arm/plat-mxc/avic.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) On Tue, Jul 03, 2012 at 10:25:44PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > commit bc8966 (ARM: fiq: change FIQ_START to a variable) introduced the > following build error for imx_v4_v5_defconfig: > > arch/arm/plat-mxc/avic.c:220:11: error: 'FIQ_START' undeclared (first use in this function) > > Include the missing header file to fix it. > > Signed-off-by: Fabio Estevam > --- > arch/arm/plat-mxc/avic.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/plat-mxc/avic.c b/arch/arm/plat-mxc/avic.c > index f3d671f..cbd55c3 100644 > --- a/arch/arm/plat-mxc/avic.c > +++ b/arch/arm/plat-mxc/avic.c > @@ -26,6 +26,7 @@ > #include > #include > #include > +#include > > #include "irq-common.h" > > -- > 1.7.1 >