All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: linux-arm-kernel@lists.infradead.org
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH 1/6] omap: headers: Add mach patch to include files
Date: Wed, 14 Oct 2009 15:54:56 -0700	[thread overview]
Message-ID: <20091014225455.GA14531@atomide.com> (raw)
In-Reply-To: <20091014214845.30227.51419.stgit@kaulin.muru.com>

* Tony Lindgren <tony@atomide.com> [091014 14:55]:
> This is to prepare for moving hardware.h to live under plat
> instead of mach.

The subject should say "add mach path" instead of "add mach patch"..
 
> Signed-off-by: Tony Lindgren <tony@atomide.com>
> ---
> 
>  arch/arm/plat-omap/include/mach/hardware.h |   12 ++++++------
>  1 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm/plat-omap/include/mach/hardware.h b/arch/arm/plat-omap/include/mach/hardware.h
> index 26c1fbf..f746c9d 100644
> --- a/arch/arm/plat-omap/include/mach/hardware.h
> +++ b/arch/arm/plat-omap/include/mach/hardware.h
> @@ -280,11 +280,11 @@
>   * ---------------------------------------------------------------------------
>   */
>  
> -#include "omap730.h"
> -#include "omap1510.h"
> -#include "omap16xx.h"
> -#include "omap24xx.h"
> -#include "omap34xx.h"
> -#include "omap44xx.h"
> +#include <mach/omap730.h>
> +#include <mach/omap1510.h>
> +#include <mach/omap16xx.h>
> +#include <mach/omap24xx.h>
> +#include <mach/omap34xx.h>
> +#include <mach/omap44xx.h>
>  
>  #endif	/* __ASM_ARCH_OMAP_HARDWARE_H */
> 

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/6] omap: headers: Add mach patch to include files
Date: Wed, 14 Oct 2009 15:54:56 -0700	[thread overview]
Message-ID: <20091014225455.GA14531@atomide.com> (raw)
In-Reply-To: <20091014214845.30227.51419.stgit@kaulin.muru.com>

* Tony Lindgren <tony@atomide.com> [091014 14:55]:
> This is to prepare for moving hardware.h to live under plat
> instead of mach.

The subject should say "add mach path" instead of "add mach patch"..
 
> Signed-off-by: Tony Lindgren <tony@atomide.com>
> ---
> 
>  arch/arm/plat-omap/include/mach/hardware.h |   12 ++++++------
>  1 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm/plat-omap/include/mach/hardware.h b/arch/arm/plat-omap/include/mach/hardware.h
> index 26c1fbf..f746c9d 100644
> --- a/arch/arm/plat-omap/include/mach/hardware.h
> +++ b/arch/arm/plat-omap/include/mach/hardware.h
> @@ -280,11 +280,11 @@
>   * ---------------------------------------------------------------------------
>   */
>  
> -#include "omap730.h"
> -#include "omap1510.h"
> -#include "omap16xx.h"
> -#include "omap24xx.h"
> -#include "omap34xx.h"
> -#include "omap44xx.h"
> +#include <mach/omap730.h>
> +#include <mach/omap1510.h>
> +#include <mach/omap16xx.h>
> +#include <mach/omap24xx.h>
> +#include <mach/omap34xx.h>
> +#include <mach/omap44xx.h>
>  
>  #endif	/* __ASM_ARCH_OMAP_HARDWARE_H */
> 

  reply	other threads:[~2009-10-14 22:54 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-14 21:48 [PATCH 0/6] Reorganize omap headers to have include/plat Tony Lindgren
2009-10-14 21:48 ` Tony Lindgren
2009-10-14 21:48 ` [PATCH 1/6] omap: headers: Add mach patch to include files Tony Lindgren
2009-10-14 21:48   ` Tony Lindgren
2009-10-14 22:54   ` Tony Lindgren [this message]
2009-10-14 22:54     ` Tony Lindgren
2009-10-14 21:49 ` [PATCH 2/6] omap: headers: Split debug-macro.S for mach-omap1 and mach-omap2 Tony Lindgren
2009-10-14 21:49   ` Tony Lindgren
2009-10-14 21:49 ` [PATCH 3/6] omap: headers: Split entry-macro.S " Tony Lindgren
2009-10-14 21:49   ` Tony Lindgren
2009-10-20 16:57   ` [PATCH 3b/6] omap: Split vmalloc.h " Tony Lindgren
2009-10-20 16:57     ` Tony Lindgren
2009-10-20 17:15     ` Aguirre Rodriguez, Sergio Alberto
2009-10-20 17:15       ` Aguirre Rodriguez, Sergio Alberto
2009-10-20 17:42       ` Tony Lindgren
2009-10-20 17:42         ` Tony Lindgren
2009-10-14 21:49 ` [PATCH 4/6] omap: headers: Move mtd-xip.h to be mach-omap1 specific Tony Lindgren
2009-10-14 21:49   ` Tony Lindgren
2009-10-14 21:49 ` [PATCH 5/6] omap: headers: Create headers necessary for compile under mach-omap1 and mach-omap2 Tony Lindgren
2009-10-14 21:49   ` Tony Lindgren
2009-10-20 16:58   ` Tony Lindgren
2009-10-20 16:58     ` Tony Lindgren
     [not found] ` <20091014215009.30227.1464.stgit@kaulin.muru.com>
2009-10-14 23:16   ` [PATCH 6/6] omap: headers: Move remaining headers from include/mach to include/plat Tony Lindgren
2009-10-14 23:16     ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091014225455.GA14531@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.