ANDROID: GKI: add allowed list file for xiaomi

Leaf changes summary: 3 artifacts changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 3 Added functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable

3 Added functions:

  [A] 'function void* mempool_alloc_pages(gfp_t, void*)'
  [A] 'function void mempool_free_pages(void*, void*)'
  [A] 'function int mempool_resize(mempool_t*, int)'

Bug: 205803389
Change-Id: Iaa91649754f327b579e53537f904b5adb425acd1
Signed-off-by: hefayun <hefayun@xiaomi.com>
Signed-off-by: Giuliano Procida <gprocida@google.com>
This commit is contained in:
hefayun
2021-11-12 09:20:44 +08:00
committed by Giuliano Procida
parent fa9c907453
commit cc98cd4a3e
2 changed files with 5472 additions and 5273 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -40,6 +40,7 @@
scsi_print_command scsi_print_command
scsi_dma_map scsi_dma_map
scsi_host_alloc scsi_host_alloc
scsi_normalize_sense
sg_copy_from_buffer sg_copy_from_buffer
sg_copy_to_buffer sg_copy_to_buffer
ufshcd_alloc_host ufshcd_alloc_host
@@ -58,6 +59,9 @@
blk_queue_update_dma_alignment blk_queue_update_dma_alignment
blk_queue_update_dma_pad blk_queue_update_dma_pad
blk_ksm_get_slot_idx blk_ksm_get_slot_idx
mempool_resize
mempool_alloc_pages
mempool_free_pages
#required by cs35l41 module #required by cs35l41 module
regmap_raw_write_async regmap_raw_write_async