summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRom Lemarchand <romlem@google.com>2013-10-23 15:22:29 -0700
committerRom Lemarchand <romlem@google.com>2013-10-23 15:23:22 -0700
commit958fd7a88b6c3a7200332bc381d3b169e54c9aee (patch)
treee745989119432d0005af1f5effe8e56acb7ecb7e
parent050f86272f90f6d5a5a829f3b523133a99635c63 (diff)
downloadandroid_hardware_qcom_keymaster-958fd7a88b6c3a7200332bc381d3b169e54c9aee.tar.gz
android_hardware_qcom_keymaster-958fd7a88b6c3a7200332bc381d3b169e54c9aee.tar.bz2
android_hardware_qcom_keymaster-958fd7a88b6c3a7200332bc381d3b169e54c9aee.zip
keymaster: rename ion_allocation_data.heap_mask to heap_id_mask
Rename the heap_mask field in ion_allocation_data struct to heap_id_mask and match the new kernel header. Change-Id: Id149868c13b19023f1d35dabd4222f0342d2c44f
-rw-r--r--keymaster_qcom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymaster_qcom.cpp b/keymaster_qcom.cpp
index 629ba82..824920d 100644
--- a/keymaster_qcom.cpp
+++ b/keymaster_qcom.cpp
@@ -224,7 +224,7 @@ static int32_t qcom_km_ION_memalloc(struct qcom_km_ion_info_t *handle,
ion_alloc_data.align = 4096;
/* memory is allocated from EBI heap */
- ion_alloc_data.heap_mask= ION_HEAP(ION_QSECOM_HEAP_ID);
+ ion_alloc_data.heap_id_mask= ION_HEAP(ION_QSECOM_HEAP_ID);
/* Set the memory to be uncached */
ion_alloc_data.flags = 0;