summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/platsmp.c
diff options
context:
space:
mode:
authorStephen Warren2012-10-04 22:24:09 +0200
committerStephen Warren2012-11-05 19:36:06 +0100
commit2be39c079d692a07b55c8795051d40c0c94a3633 (patch)
tree95cc043a17547f826e7d8b97b6383d12ce5318d7 /arch/arm/mach-tegra/platsmp.c
parentARM: tegra: remove <mach/dma.h> (diff)
downloadkernel-qcow2-linux-2be39c079d692a07b55c8795051d40c0c94a3633.tar.gz
kernel-qcow2-linux-2be39c079d692a07b55c8795051d40c0c94a3633.tar.xz
kernel-qcow2-linux-2be39c079d692a07b55c8795051d40c0c94a3633.zip
ARM: tegra: move iomap.h to mach-tegra
Nothing outside mach-tegra uses this file, so there's no need for it to be in <mach/>. Since uncompress.h and debug-macro.S remain in include/mach, they need to include "../../iomap.h" becaue of this change. uncompress.h will soon be deleted in later multi-platform/single-zImage patches. debug-macro.S will need to continue to include this header using an explicit relative path, to avoid duplicating the physical->virtual address mapping that iomap.h dictates. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/platsmp.c')
-rw-r--r--arch/arm/mach-tegra/platsmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/platsmp.c b/arch/arm/mach-tegra/platsmp.c
index e50870c72038..1b926df99c4b 100644
--- a/arch/arm/mach-tegra/platsmp.c
+++ b/arch/arm/mach-tegra/platsmp.c
@@ -24,7 +24,6 @@
#include <asm/mach-types.h>
#include <asm/smp_scu.h>
-#include <mach/iomap.h>
#include <mach/powergate.h>
#include "fuse.h"
@@ -33,6 +32,7 @@
#include "tegra_cpu_car.h"
#include "common.h"
+#include "iomap.h"
extern void tegra_secondary_startup(void);