diff options
| author | Lai Jiangshan <laijs@cn.fujitsu.com> | 2015-05-20 02:41:17 -0400 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2015-05-21 17:26:22 -0400 |
| commit | da7f91b2e2c6176f95ca7b538d74dc70c5d11ded (patch) | |
| tree | 985aada7192a0b23728ce72ca3a2f601374e25ad /kernel | |
| parent | d4d3e2579756e3a5f4fbf8eac211f0696e253bcd (diff) | |
workqueue: remove the declaration of copy_workqueue_attrs()
This pre-declaration was unneeded since a previous refactor patch
6ba94429c8e7 ("workqueue: Reorder sysfs code").
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/workqueue.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 80190755a3c4..bd4b24d3489d 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
| @@ -337,8 +337,6 @@ struct workqueue_struct *system_freezable_power_efficient_wq __read_mostly; | |||
| 337 | EXPORT_SYMBOL_GPL(system_freezable_power_efficient_wq); | 337 | EXPORT_SYMBOL_GPL(system_freezable_power_efficient_wq); |
| 338 | 338 | ||
| 339 | static int worker_thread(void *__worker); | 339 | static int worker_thread(void *__worker); |
| 340 | static void copy_workqueue_attrs(struct workqueue_attrs *to, | ||
| 341 | const struct workqueue_attrs *from); | ||
| 342 | static void workqueue_sysfs_unregister(struct workqueue_struct *wq); | 340 | static void workqueue_sysfs_unregister(struct workqueue_struct *wq); |
| 343 | 341 | ||
| 344 | #define CREATE_TRACE_POINTS | 342 | #define CREATE_TRACE_POINTS |
