diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-10-02 17:27:07 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-11-05 13:36:05 -0500 |
commit | e68917a1e3d3053614341aab873fc30562d6ca60 (patch) | |
tree | 5aafbb4beb6669062186d8f1c44582ae7d2c8304 /drivers/iommu | |
parent | f59435b1d105ccc617d5d17153216b17c65812d7 (diff) |
iommu: tegra: remove include of <mach/iomap.h>
Nothing from this file is used, and the file will hopefully be deleted
soon.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'drivers/iommu')
-rw-r--r-- | drivers/iommu/tegra-smmu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c index a649f146d17b..3fb95dde20f5 100644 --- a/drivers/iommu/tegra-smmu.c +++ b/drivers/iommu/tegra-smmu.c | |||
@@ -38,7 +38,6 @@ | |||
38 | #include <asm/page.h> | 38 | #include <asm/page.h> |
39 | #include <asm/cacheflush.h> | 39 | #include <asm/cacheflush.h> |
40 | 40 | ||
41 | #include <mach/iomap.h> | ||
42 | #include <mach/tegra-ahb.h> | 41 | #include <mach/tegra-ahb.h> |
43 | 42 | ||
44 | enum smmu_hwgrp { | 43 | enum smmu_hwgrp { |