Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755310AbZCEPvX (ORCPT ); Thu, 5 Mar 2009 10:51:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753964AbZCEPvP (ORCPT ); Thu, 5 Mar 2009 10:51:15 -0500 Received: from 81-7-68-229.static.zebra.lt ([81.7.68.229]:50932 "EHLO teltonika.lt" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751187AbZCEPvO (ORCPT ); Thu, 5 Mar 2009 10:51:14 -0500 Message-ID: <49AFF4EA.6000504@teltonika.lt> Date: Thu, 05 Mar 2009 17:51:06 +0200 From: Paulius Zaleckas User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Darius CC: linux-arm-kernel@lists.arm.linux.org.uk, Sascha Hauer , linux-kernel@vger.kernel.org Subject: Re: [PATCH] MX1 fix include References: <20090113100333.GC11228@pengutronix.de> <499ACF91.1070003@gmail.com> In-Reply-To: <499ACF91.1070003@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2522 Lines: 72 Darius wrote: > Sascha Hauer wrote: >> On Mon, Jan 12, 2009 at 04:22:57PM +0200, Darius wrote: >>> From: Darius Augulis >>> >>> Includes missed irqs.h in devices.c and mx1ads.c. >> Looks good, thanks. > > Hi Sascha, > > probably you forgot to merge this in next rc (2), please do this ASAP in next rc, if possible. Hi Sasha, Will you submit this patch upstream? It is definitely 2.6.29 material since it is not possible to compile MX1 without it! Paulius Zaleckas > BR, > Darius > >> BTW do you plan to integrate the missing pieces from arch-imx into >> arch-mx1, like SDHC and framebuffer? I think we should add these before >> removing arch-imx. >> >> Sascha >> >>> Signed-off-by: Darius Augulis >>> >>> Index: linux-2.6.29-rc1/arch/arm/mach-mx1/devices.c >>> =================================================================== >>> --- linux-2.6.29-rc1.orig/arch/arm/mach-mx1/devices.c >>> +++ linux-2.6.29-rc1/arch/arm/mach-mx1/devices.c >>> @@ -23,6 +23,8 @@ >>> #include >>> #include >>> #include >>> + >>> +#include >>> #include >>> >>> static struct resource imx_csi_resources[] = { >>> Index: linux-2.6.29-rc1/arch/arm/mach-mx1/mx1ads.c >>> =================================================================== >>> --- linux-2.6.29-rc1.orig/arch/arm/mach-mx1/mx1ads.c >>> +++ linux-2.6.29-rc1/arch/arm/mach-mx1/mx1ads.c >>> @@ -21,6 +21,7 @@ >>> #include >>> #include >>> >>> +#include >>> #include >>> #include >>> #include >>> ------------------------------------------------------------------- >>> List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel >>> FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php >>> Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php >>> > > > ------------------------------------------------------------------- > List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel > FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php > Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php > -- 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/