mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
workqueue: Enable flush_scheduled_work()
Enable flush_scheduled_work() for JH7110 GPU. Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
This commit is contained in:
parent
f1605a717f
commit
d89c0fec5e
1 changed files with 0 additions and 1 deletions
|
@ -636,7 +636,6 @@ extern void __warn_flushing_systemwide_wq(void)
|
|||
/* Please stop using this function, for this function will be removed in near future. */
|
||||
#define flush_scheduled_work() \
|
||||
({ \
|
||||
__warn_flushing_systemwide_wq(); \
|
||||
__flush_workqueue(system_wq); \
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue