diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-02-10 21:22:00 -0600 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-03-06 21:34:41 -0600 |
commit | 6c38e25b6b9c64c8b2fc02c70095e70d97a3ace6 (patch) | |
tree | b2224c9d9eceb6a9f709571d3d954767326988fb /arch/arm/mach-tegra/io.c | |
parent | 8a52dd4f94abe147bbd4080664817a389c8b6818 (diff) | |
download | linux-6c38e25b6b9c64c8b2fc02c70095e70d97a3ace6.tar.bz2 |
ARM: tegra: clean-up mach/io.h
Move tegra specific mach/io.h parts into iomap.h.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Cc: Colin Cross <ccross@android.com>
Cc: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra/io.c')
-rw-r--r-- | arch/arm/mach-tegra/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/io.c b/arch/arm/mach-tegra/io.c index d23ee2db2827..58b4baf9c483 100644 --- a/arch/arm/mach-tegra/io.c +++ b/arch/arm/mach-tegra/io.c @@ -26,6 +26,7 @@ #include <asm/page.h> #include <asm/mach/map.h> +#include <mach/iomap.h> #include "board.h" |