]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: tegra: move irammap.h to mach-tegra
authorStephen Warren <swarren@nvidia.com>
Thu, 4 Oct 2012 20:16:59 +0000 (14:16 -0600)
committerStephen Warren <swarren@nvidia.com>
Mon, 29 Oct 2012 16:42:18 +0000 (10:42 -0600)
commit3f5a71a4b56c20876cf5ebe69a565770931c9247
tree61f47df1085717ba1305a07e75ff9a5ac642cfe2
parent9bfb94ee98e87c8ffbafd9cfd2daa2d3a8866115
ARM: tegra: move irammap.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 "../../irammap.h" becaue of this change. Both these usages
will be removed shortly, when Tegra's DEBUG_LL implementation is updated
not to pass information through IRAM.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/include/mach/debug-macro.S
arch/arm/mach-tegra/include/mach/uncompress.h
arch/arm/mach-tegra/irammap.h [moved from arch/arm/mach-tegra/include/mach/irammap.h with 100% similarity]
arch/arm/mach-tegra/reset.c