summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */