From: Stephen Warren Date: Thu, 4 Oct 2012 20:24:09 +0000 (-0600) Subject: ARM: tegra: move iomap.h to mach-tegra X-Git-Tag: omap-for-v3.8/cleanup-multiplatform-signed~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2be39c079d692a07b55c8795051d40c0c94a3633;p=pandora-kernel.git 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 . 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 --- Reading git-diff-tree failed