f08fb6e6c7
Also cherry-pick a licensing fix from torvalds/linux@7d3e2eb178 necessary for building broadcom-sta on kernel 4.2. For more details, see: https://github.com/longsleep/bcmwl-ubuntu/issues/6 Fixes #9948.
14 lines
366 B
Diff
14 lines
366 B
Diff
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
|
|
index 4c4f061..a413acb 100644
|
|
--- a/kernel/workqueue.c
|
|
+++ b/kernel/workqueue.c
|
|
@@ -2614,7 +2614,7 @@ void flush_workqueue(struct workqueue_struct *wq)
|
|
out_unlock:
|
|
mutex_unlock(&wq->mutex);
|
|
}
|
|
-EXPORT_SYMBOL_GPL(flush_workqueue);
|
|
+EXPORT_SYMBOL(flush_workqueue);
|
|
|
|
/**
|
|
* drain_workqueue - drain a workqueue
|