[PATCH] ARM: tegra: Include assembler.h in sleep.S to fix build break
Stephen Warren
swarren at wwwdotorg.org
Mon Mar 19 13:07:43 EDT 2012
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 at 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
More information about the linux-arm-kernel
mailing list