summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHiroshi DOYU <hdoyu@nvidia.com>2012-01-05 11:38:39 +0200
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-01-12 09:15:24 -0800
commit645171a16894e91f375d21436c29617d410b9d0e (patch)
treebed3a6fc555c2d927c97e562dab7a17033943ef7 /include
parent7d1d90ab2f68b6bde33c802040c7ae32fa4c454f (diff)
gpu: ion: tegra: Remove unused tegra specific IOMMU definitions
IOMMU related definitions should not be specific to any SoCs. Change-Id: Ifa47b99d3f66762d75bba92247786ca4cef14c28 Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com> Reviewed-on: http://git-master/r/73608 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Krishna Reddy <vdumpa@nvidia.com> Reviewed-by: Varun Wadekar <vwadekar@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/tegra_ion.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/tegra_ion.h b/include/linux/tegra_ion.h
index 43d3d5a1cfdc..73e190908b8d 100644
--- a/include/linux/tegra_ion.h
+++ b/include/linux/tegra_ion.h
@@ -88,11 +88,4 @@ enum {
TEGRA_ION_HEAP_IOMMU
};
-/* additional heap types used only on tegra */
-enum {
- TEGRA_ION_HEAP_TYPE_IOMMU = ION_HEAP_TYPE_CUSTOM + 1,
-};
-
-#define TEGRA_ION_HEAP_IOMMU_MASK (1 << TEGRA_ION_HEAP_TYPE_IOMMU)
-
#endif /* _LINUX_TEGRA_ION_H */