linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: tegra: Include assembler.h in sleep.S to fix build break
@ 2012-03-19 16:50 Stephen Warren
  2012-03-19 16:54 ` Rob Herring
  2012-03-19 16:59 ` Thierry Reding
  0 siblings, 2 replies; 11+ messages in thread
From: Stephen Warren @ 2012-03-19 16:50 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 arch/arm/mach-tegra/sleep.S |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-tegra/sleep.S b/arch/arm/mach-tegra/sleep.S
index 8f9fde1..48cc7c6 100644
--- a/arch/arm/mach-tegra/sleep.S
+++ b/arch/arm/mach-tegra/sleep.S
@@ -22,7 +22,10 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
+#include <asm/assembler.h>
+
 #include <linux/linkage.h>
+
 #include <mach/io.h>
 #include <mach/iomap.h>
 
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [PATCH] ARM: tegra: Include assembler.h in sleep.S to fix build break
@ 2012-03-19 17:07 Stephen Warren
  2012-03-19 18:10 ` Rob Herring
  0 siblings, 1 reply; 11+ messages in thread
From: Stephen Warren @ 2012-03-19 17:07 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
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"
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-03-26  1:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 16:50 [PATCH] ARM: tegra: Include assembler.h in sleep.S to fix build break Stephen Warren
2012-03-19 16:54 ` Rob Herring
2012-03-19 16:56   ` Stephen Warren
2012-03-19 16:59 ` Thierry Reding
  -- strict thread matches above, loose matches on Subject: below --
2012-03-19 17:07 Stephen Warren
2012-03-19 18:10 ` Rob Herring
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

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).