mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 20:10:23 +09:00
ANDROID: Add missing symbol for QCOM
Add missing symbol mod_timer_pending for QCOM, required for touch
driver.
1 function symbol(s) added
'int mod_timer_pending(struct timer_list*, unsigned long)'
Bug: 316289813
Change-Id: I8ea03f4cd9609b895efc7c8309617cae9555c253
Signed-off-by: Sahil Chandna <quic_chandna@quicinc.com>
This commit is contained in:
committed by
Isaac Manjarres
parent
5feaf92b24
commit
3d3f9377b2
@@ -336782,6 +336782,15 @@ elf_symbol {
|
||||
type_id: 0x92c0b65c
|
||||
full_name: "mod_timer"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xe4008a83
|
||||
name: "mod_timer_pending"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x8148b88e
|
||||
type_id: 0x92c0b65c
|
||||
full_name: "mod_timer_pending"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x7eaf76f6
|
||||
name: "module_layout"
|
||||
@@ -365176,6 +365185,7 @@ interface {
|
||||
symbol_id: 0xdf7b9a78
|
||||
symbol_id: 0xa259d75f
|
||||
symbol_id: 0x93f5b442
|
||||
symbol_id: 0xe4008a83
|
||||
symbol_id: 0x7eaf76f6
|
||||
symbol_id: 0x65106d59
|
||||
symbol_id: 0x18e8ea11
|
||||
|
||||
@@ -1315,6 +1315,7 @@
|
||||
mod_delayed_work_on
|
||||
mod_node_page_state
|
||||
mod_timer
|
||||
mod_timer_pending
|
||||
__module_get
|
||||
module_layout
|
||||
module_put
|
||||
|
||||
Reference in New Issue
Block a user