From: Stephen Warren Date: Fri, 19 Oct 2012 18:27:58 +0000 (-0600) Subject: ARM: tegra: don't include iomap.h from debug-macro.S X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~43^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a28106509463529d7b0408d3f5a0ab99f6810ee;p=pandora-kernel.git ARM: tegra: don't include iomap.h from debug-macro.S In order to move Tegra's debug-macro.S to a common location for single zImage, it must not rely on any machine-specific header files such as . Duplicate the few physical address definitions that debug-macro.S relies upon directly into the file. To avoid tegra_io_desc[] requiring shared knowledge of the UART mapping's virtual address, use a virtual address outside the ranges in tegra_io_desc[]. Call debug_ll_io_init() to propagate the mapping beyond the early pages tables. Signed-off-by: Stephen Warren --- Reading git-diff-tree failed