aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/workqueue.c')
-rw-r--r--kernel/workqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index 811edb77dd6d..ca71582fcfab 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -2612,7 +2612,7 @@ void flush_workqueue(struct workqueue_struct *wq)
2612out_unlock: 2612out_unlock:
2613 mutex_unlock(&wq->mutex); 2613 mutex_unlock(&wq->mutex);
2614} 2614}
2615EXPORT_SYMBOL_GPL(flush_workqueue); 2615EXPORT_SYMBOL(flush_workqueue);
2616 2616
2617/** 2617/**
2618 * drain_workqueue - drain a workqueue 2618 * drain_workqueue - drain a workqueue