diff options
| -rw-r--r-- | include/linux/ion.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ion.h b/include/linux/ion.h index 050a9a15705..ba09e704c19 100644 --- a/include/linux/ion.h +++ b/include/linux/ion.h @@ -37,7 +37,7 @@ enum ion_heap_type {  	ION_HEAP_TYPE_CARVEOUT,  	ION_HEAP_TYPE_CUSTOM, /* must be last so device specific heaps always  				 are at the end of this enum */ -	ION_NUM_HEAPS = 32, +	ION_NUM_HEAPS = 16,  };  #define ION_HEAP_SYSTEM_MASK		(1 << ION_HEAP_TYPE_SYSTEM)  |