ANDROID: ABI: Update symbols to unisoc whitelist
Update whitelist for the symbols used by the unisoc device and update the ABI representation accordingly Leaf changes summary: 8 artifacts changed Changed leaf types summary: 0 leaf type changed Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 8 Added functions Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable 8 Added functions: [A] 'function int __typec_altmode_register_driver(typec_altmode_driver*, module*)' [A] 'function int extcon_sync(extcon_dev*, unsigned int)' [A] 'function typec_port* typec_altmode2port(typec_altmode*)' [A] 'function int typec_altmode_enter(typec_altmode*, u32*)' [A] 'function int typec_altmode_exit(typec_altmode*)' [A] 'function const typec_altmode* typec_altmode_get_partner(typec_altmode*)' [A] 'function void typec_altmode_unregister_driver(typec_altmode_driver*)' [A] 'function int typec_get_negotiated_svdm_version(typec_port*)' Bug: 240743287 Change-Id: I11ba6666a22c89297c837aca9b88435093486181 Signed-off-by: Yunxian He <yunxian.he@unisoc.com>
This commit is contained in:
parent
5bf17fef6c
commit
5d05a30e87
File diff suppressed because it is too large
Load Diff
|
@ -2526,6 +2526,16 @@
|
|||
kobject_uevent
|
||||
match_string
|
||||
|
||||
# required by typec_displayport.ko
|
||||
extcon_sync
|
||||
typec_altmode2port
|
||||
typec_altmode_enter
|
||||
typec_altmode_exit
|
||||
typec_altmode_get_partner
|
||||
__typec_altmode_register_driver
|
||||
typec_altmode_unregister_driver
|
||||
typec_get_negotiated_svdm_version
|
||||
|
||||
# required by usb-storage.ko
|
||||
blk_queue_bounce_limit
|
||||
blk_queue_max_hw_sectors
|
||||
|
|
Loading…
Reference in New Issue