mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-11 20:05:22 +02:00
ANDROID: GKI: add wait_for_completion_interruptible_timeout to db845c symbol list
In commitad066c9b06
("slimbus: qcom-ngd-ctrl: Add timeout for wait operation"), the qcom-ngd-ctrl driver is changed to use the wait_for_completion_interruptible_timeout() function, so add it to the db845c symbol list so that the build properly works. Fixes:ad066c9b06
("slimbus: qcom-ngd-ctrl: Add timeout for wait operation") Change-Id: Ia6f61fa399a53af143a0c987d5a910d3344bc5a8 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
e2b7d39769
commit
cfeefa3136
|
@ -857,6 +857,7 @@
|
||||||
vzalloc
|
vzalloc
|
||||||
wait_for_completion
|
wait_for_completion
|
||||||
wait_for_completion_interruptible
|
wait_for_completion_interruptible
|
||||||
|
wait_for_completion_interruptible_timeout
|
||||||
wait_for_completion_timeout
|
wait_for_completion_timeout
|
||||||
__wake_up
|
__wake_up
|
||||||
wake_up_process
|
wake_up_process
|
||||||
|
|
Loading…
Reference in New Issue
Block a user