mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-10 19:35:21 +02:00
ANDROID: add kthread_stop_put to the symbol list for virtual targets
In commita9da6ddaef
("kthread: add kthread_stop_put"), the macro kthread_stop_put() was removed from the usb-ip driver as it was added for other parts of the kernel to use. But that requires that we add the symbol to the symbol list in order for the usbip driver to properly build. Fixes:a9da6ddaef
("kthread: add kthread_stop_put") Change-Id: Ic5a100159dc438a82a59d3f3394d1900b08912c1 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
f3b544c623
commit
2d4304d8cf
|
@ -362782,6 +362782,15 @@ elf_symbol {
|
|||
type_id: 0x9ac6895a
|
||||
full_name: "kthread_stop"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x0d245bfe
|
||||
name: "kthread_stop_put"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x4eb0b74f
|
||||
type_id: 0x9ac6895a
|
||||
full_name: "kthread_stop_put"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x52e60edd
|
||||
name: "kthread_unpark"
|
||||
|
@ -395988,6 +395997,7 @@ interface {
|
|||
symbol_id: 0xeb6e491f
|
||||
symbol_id: 0xf902c37c
|
||||
symbol_id: 0x9a04e3d3
|
||||
symbol_id: 0x0d245bfe
|
||||
symbol_id: 0x52e60edd
|
||||
symbol_id: 0xc6d4a959
|
||||
symbol_id: 0x25143c30
|
||||
|
|
|
@ -232,6 +232,7 @@
|
|||
kthread_park
|
||||
kthread_should_stop
|
||||
kthread_stop
|
||||
kthread_stop_put
|
||||
kthread_unpark
|
||||
ktime_get
|
||||
ktime_get_ts64
|
||||
|
|
Loading…
Reference in New Issue
Block a user