ANDROID: Add allowed symbols requried from Qualcomm drivers
Kernel modules of cdsprm.ko, msm_adreno.ko, and msm_npu.ko
added new requirements to exported kernel symbols. Add these symbols
into symbol list to make it able to boot with android common kernel.
Leaf changes summary: 9 artifacts changed (1 filtered out)
Changed leaf types summary: 0 (1 filtered out) leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 9 Added functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
9 Added functions:
[A] 'function int crypto_register_scomp(scomp_alg*)'
[A] 'function int crypto_unregister_scomp(scomp_alg*)'
[A] 'function int dev_pm_qos_add_request(device*, dev_pm_qos_request*, dev_pm_qos_req_type, s32)'
[A] 'function int dev_pm_qos_update_request(dev_pm_qos_request*, s32)'
[A] 'function dma_fence_array* dma_fence_array_create(int, dma_fence**, u64, unsigned int, bool)'
[A] 'function void dma_fence_free(dma_fence*)'
[A] 'function bool irq_work_queue(irq_work*)'
[A] 'function int register_reboot_notifier(notifier_block*)'
[A] 'function int unregister_reboot_notifier(notifier_block*)'
Bug: 215082374
Change-Id: I8e3f987a2bd172752454479339b25015dc3d807b
Signed-off-by:
JohnnLee <johnnlee@google.com>
Loading
Please register or sign in to comment