Skip to content
Snippets Groups Projects
Commit 5f13ee97 authored by John Stultz's avatar John Stultz Committed by Daniel Rosenberg
Browse files

ANDROID: ion_dummy_driver: Remove SYSTEM_CONTIG heap


The SYSTEM_CONTIG heap is disabled due to commit 983e064b
("ion: Disable ION_HEAP_TYPE_SYSTEM_CONTIG").

So remove it from the ion_dummy_driver as well.

Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
Change-Id: I6890e8988b979b81445585ced8c526f05efbbe7f
parent c81de9c5
No related branches found
No related tags found
No related merge requests found
......@@ -37,11 +37,6 @@ static struct ion_platform_heap dummy_heaps[] = {
.type = ION_HEAP_TYPE_SYSTEM,
.name = "system",
},
{
.id = ION_HEAP_TYPE_SYSTEM_CONTIG,
.type = ION_HEAP_TYPE_SYSTEM_CONTIG,
.name = "system contig",
},
{
.id = ION_HEAP_TYPE_CARVEOUT,
.type = ION_HEAP_TYPE_CARVEOUT,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment