mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
ANDROID: ABI: Add missing symbols to QCOM list
Add the following symbol for leds-qti-flash driver. 1 function symbol(s) added 'int devm_led_classdev_flash_register_ext(struct device*, struct led_classdev_flash*, struct led_init_data*)' Bug: 271902001 Change-Id: I76de8de2df578d78d0abd8af2cf784a8e193f6de Signed-off-by: Subbaraman Narayanamurthy <quic_subbaram@quicinc.com>
This commit is contained in:
committed by
Treehugger Robot
parent
81c6641110
commit
5fca1f9b7e
@@ -326151,6 +326151,15 @@ elf_symbol {
|
||||
type_id: 0x9216029b
|
||||
full_name: "devm_kstrdup_const"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x0c87bbb9
|
||||
name: "devm_led_classdev_flash_register_ext"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x120af16c
|
||||
type_id: 0x9de9e113
|
||||
full_name: "devm_led_classdev_flash_register_ext"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x8b816c48
|
||||
name: "devm_led_classdev_multicolor_register_ext"
|
||||
@@ -364693,6 +364702,10 @@ symbols {
|
||||
key: "devm_kstrdup_const"
|
||||
value: 0xaaf83339
|
||||
}
|
||||
symbol {
|
||||
key: "devm_led_classdev_flash_register_ext"
|
||||
value: 0x0c87bbb9
|
||||
}
|
||||
symbol {
|
||||
key: "devm_led_classdev_multicolor_register_ext"
|
||||
value: 0x8b816c48
|
||||
|
||||
@@ -708,6 +708,7 @@
|
||||
devm_kmemdup
|
||||
devm_krealloc
|
||||
devm_kstrdup
|
||||
devm_led_classdev_flash_register_ext
|
||||
devm_led_classdev_register_ext
|
||||
devm_mbox_controller_register
|
||||
devm_mipi_dsi_attach
|
||||
|
||||
Reference in New Issue
Block a user