All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] MX1 fix include
       [not found]   ` <499ACF91.1070003@gmail.com>
@ 2009-03-05 15:51     ` Paulius Zaleckas
  0 siblings, 0 replies; only message in thread
From: Paulius Zaleckas @ 2009-03-05 15:51 UTC (permalink / raw)
  To: Darius; +Cc: linux-arm-kernel, Sascha Hauer, linux-kernel

Darius wrote:
> Sascha Hauer wrote:
>> On Mon, Jan 12, 2009 at 04:22:57PM +0200, Darius wrote:
>>> From: Darius Augulis <augulis.darius@gmail.com>
>>>
>>> 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 <augulis.darius@gmail.com>
>>>
>>> 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 <linux/init.h>
>>>  #include <linux/platform_device.h>
>>>  #include <linux/gpio.h>
>>> +
>>> +#include <mach/irqs.h>
>>>  #include <mach/hardware.h>
>>>  
>>>  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 <asm/mach/arch.h>
>>>  #include <asm/mach/time.h>
>>>  
>>> +#include <mach/irqs.h>
>>>  #include <mach/hardware.h>
>>>  #include <mach/common.h>
>>>  #include <mach/imx-uart.h>
>>> -------------------------------------------------------------------
>>> 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
> 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-05 15:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gkfn87$uo4$1@ger.gmane.org>
     [not found] ` <20090113100333.GC11228@pengutronix.de>
     [not found]   ` <499ACF91.1070003@gmail.com>
2009-03-05 15:51     ` [PATCH] MX1 fix include Paulius Zaleckas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.