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 811edb77dd6d..ca71582fcfab 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
| @@ -2612,7 +2612,7 @@ void flush_workqueue(struct workqueue_struct *wq) | |||
| 2612 | out_unlock: | 2612 | out_unlock: |
| 2613 | mutex_unlock(&wq->mutex); | 2613 | mutex_unlock(&wq->mutex); |
| 2614 | } | 2614 | } |
| 2615 | EXPORT_SYMBOL_GPL(flush_workqueue); | 2615 | EXPORT_SYMBOL(flush_workqueue); |
| 2616 | 2616 | ||
| 2617 | /** | 2617 | /** |
| 2618 | * drain_workqueue - drain a workqueue | 2618 | * drain_workqueue - drain a workqueue |
