summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal Feng <hal.feng@starfivetech.com>2023-12-12 12:56:58 +0300
committerHal Feng <hal.feng@starfivetech.com>2024-03-05 10:18:31 +0300
commitd89c0fec5e542e859df5dc590caeaff99cae10db (patch)
treeca78f11a87861ca55cb0c316a630be3da4b944e0
parentf1605a717f787893d26b76ff099f4da53d2a2ac4 (diff)
downloadlinux-d89c0fec5e542e859df5dc590caeaff99cae10db.tar.xz
workqueue: Enable flush_scheduled_work()
Enable flush_scheduled_work() for JH7110 GPU. Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
-rw-r--r--include/linux/workqueue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h
index 24b1e5070f4d..93db7a75b62b 100644
--- a/include/linux/workqueue.h
+++ b/include/linux/workqueue.h
@@ -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); \
})