1
0

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>
Este cometimento está contido em:
Stephen Warren
2012-10-04 14:24:09 -06:00
ascendente 8a5d51fda0
cometimento 2be39c079d
22 ficheiros modificados com 22 adições e 31 eliminações

Ver ficheiro

@@ -22,9 +22,9 @@
#include <asm/cacheflush.h>
#include <asm/hardware/cache-l2x0.h>
#include <mach/iomap.h>
#include <mach/irammap.h>
#include "iomap.h"
#include "reset.h"
#include "fuse.h"