mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
ANDROID: abi_gki_aarch64_qcom: Add sock_gen_put
Add the symbol sock_gen_put which is needed by rmnet modules. Symbols added: sock_gen_put Bug: 277377865 Change-Id: Ie98c2269ae7f1f4022dcf84973d9d00d5fa927c5 Signed-off-by: Subash Abhinov Kasiviswanathan <quic_subashab@quicinc.com>
This commit is contained in:
committed by
Todd Kjos
parent
d56ad70977
commit
3e4bbbe103
@@ -361008,6 +361008,15 @@ elf_symbol {
|
||||
type_id: 0x11cb8bd5
|
||||
full_name: "sock_efree"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x4ece0732
|
||||
name: "sock_gen_put"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x0d70adc5
|
||||
type_id: 0x17c95d08
|
||||
full_name: "sock_gen_put"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x284bec0f
|
||||
name: "sock_gettstamp"
|
||||
@@ -387071,6 +387080,10 @@ symbols {
|
||||
key: "sock_efree"
|
||||
value: 0x83497546
|
||||
}
|
||||
symbol {
|
||||
key: "sock_gen_put"
|
||||
value: 0x4ece0732
|
||||
}
|
||||
symbol {
|
||||
key: "sock_gettstamp"
|
||||
value: 0x284bec0f
|
||||
|
||||
@@ -3243,6 +3243,7 @@
|
||||
sock_edemux
|
||||
sock_efree
|
||||
sockfd_lookup
|
||||
sock_gen_put
|
||||
sock_gettstamp
|
||||
sock_i_ino
|
||||
sock_init_data
|
||||
|
||||
Reference in New Issue
Block a user