linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: robherring2@gmail.com (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: tegra: Include assembler.h in sleep.S to fix build break
Date: Mon, 19 Mar 2012 13:10:25 -0500	[thread overview]
Message-ID: <4F677691.8020307@gmail.com> (raw)
In-Reply-To: <1332176863-12537-1-git-send-email-swarren@wwwdotorg.org>

On 03/19/2012 12:07 PM, Stephen Warren wrote:
> Commit 6f6f6a7 "ARM: create a common IOMEM definition" moved macro
> IOMEM(), and requires users to include <asm/assembler.h>. Fix Tegra's
> sleep.S to do so.
> 
> Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>

Acked-by: Rob Herring <rob.herring@calxeda.com>

> ---
> v2: Fix linux/ vs. asm/ include ordering. Remove include of io.h too.
> 
>  arch/arm/mach-tegra/sleep.S |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-tegra/sleep.S b/arch/arm/mach-tegra/sleep.S
> index 8f9fde1..5b20197 100644
> --- a/arch/arm/mach-tegra/sleep.S
> +++ b/arch/arm/mach-tegra/sleep.S
> @@ -23,7 +23,9 @@
>   */
>  
>  #include <linux/linkage.h>
> -#include <mach/io.h>
> +
> +#include <asm/assembler.h>
> +
>  #include <mach/iomap.h>
>  
>  #include "flowctrl.h"

  reply	other threads:[~2012-03-19 18:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-19 17:07 [PATCH] ARM: tegra: Include assembler.h in sleep.S to fix build break Stephen Warren
2012-03-19 18:10 ` Rob Herring [this message]
2012-03-21 16:15   ` Stephen Warren
2012-03-21 17:02     ` Rob Herring
2012-03-21 17:05       ` Stephen Warren
2012-03-21 17:19         ` Rob Herring
2012-03-26  1:50           ` Rob Herring
  -- strict thread matches above, loose matches on Subject: below --
2012-03-19 16:50 Stephen Warren
2012-03-19 16:54 ` Rob Herring
2012-03-19 16:56   ` Stephen Warren
2012-03-19 16:59 ` Thierry Reding

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=4F677691.8020307@gmail.com \
    --to=robherring2@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).