diff options
Diffstat (limited to 'kernel/workqueue.c')
-rw-r--r-- | kernel/workqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 4c4f06176f74..a413acb59a07 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
@@ -2614,7 +2614,7 @@ void flush_workqueue(struct workqueue_struct *wq) | |||
2614 | out_unlock: | 2614 | out_unlock: |
2615 | mutex_unlock(&wq->mutex); | 2615 | mutex_unlock(&wq->mutex); |
2616 | } | 2616 | } |
2617 | EXPORT_SYMBOL_GPL(flush_workqueue); | 2617 | EXPORT_SYMBOL(flush_workqueue); |
2618 | 2618 | ||
2619 | /** | 2619 | /** |
2620 | * drain_workqueue - drain a workqueue | 2620 | * drain_workqueue - drain a workqueue |