summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlof Johansson2012-03-28 02:20:21 +0200
committerOlof Johansson2012-03-28 02:25:45 +0200
commit88b48684fe2d4f6207223423227c80d5408bccaf (patch)
tree856e9ce9f7b1ec5d94569925ac78c38daef71317
parentMerge branch 'tegra/soc' into next/cleanup2 (diff)
parentARM: tegra: Include assembler.h in sleep.S to fix build break (diff)
downloadkernel-qcow2-linux-88b48684fe2d4f6207223423227c80d5408bccaf.tar.gz
kernel-qcow2-linux-88b48684fe2d4f6207223423227c80d5408bccaf.tar.xz
kernel-qcow2-linux-88b48684fe2d4f6207223423227c80d5408bccaf.zip
Merge branch 'for-3.4/fixes-for-io-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/cleanup2
* 'for-3.4/fixes-for-io-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra: ARM: tegra: Include assembler.h in sleep.S to fix build break
-rw-r--r--arch/arm/mach-tegra/sleep.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/sleep.S b/arch/arm/mach-tegra/sleep.S
index 8f9fde161c34..5b20197bae7f 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"