aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2')
-rwxr-xr-xarch/arm/mach-omap2/include/mach/omap4_ion.h2
-rwxr-xr-xarch/arm/mach-omap2/omap4_ion.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/include/mach/omap4_ion.h b/arch/arm/mach-omap2/include/mach/omap4_ion.h
index ea4bb32..8071585 100755
--- a/arch/arm/mach-omap2/include/mach/omap4_ion.h
+++ b/arch/arm/mach-omap2/include/mach/omap4_ion.h
@@ -20,8 +20,6 @@
#include <linux/ion.h>
#define OMAP4_ION_HEAP_SECURE_INPUT_SIZE (SZ_1M * 90)
-#define OMAP4_ION_HEAP_TILER_SIZE (SZ_1M * 81)
-#define OMAP4_ION_HEAP_NONSECURE_TILER_SIZE (SZ_1M * 15)
#define PHYS_ADDR_SMC_SIZE (SZ_1M * 3)
#define PHYS_ADDR_SMC_MEM (0x80000000 + SZ_1G - PHYS_ADDR_SMC_SIZE)
diff --git a/arch/arm/mach-omap2/omap4_ion.c b/arch/arm/mach-omap2/omap4_ion.c
index 423f571..0134c1d 100755
--- a/arch/arm/mach-omap2/omap4_ion.c
+++ b/arch/arm/mach-omap2/omap4_ion.c
@@ -55,8 +55,6 @@ static struct ion_platform_data omap4_ion_data = {
static struct omap_ion_platform_data omap4_ion_pdata = {
.ion = &omap4_ion_data,
- .tiler2d_size = OMAP4_ION_HEAP_TILER_SIZE,
- .nonsecure_tiler2d_size = OMAP4_ION_HEAP_NONSECURE_TILER_SIZE,
};
static struct platform_device omap4_ion_device = {