]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
workqueue: remove the declaration of copy_workqueue_attrs()
authorLai Jiangshan <laijs@cn.fujitsu.com>
Wed, 20 May 2015 06:41:17 +0000 (14:41 +0800)
committerTejun Heo <tj@kernel.org>
Thu, 21 May 2015 21:26:22 +0000 (17:26 -0400)
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>
kernel/workqueue.c

index 80190755a3c4b6b98b20debc8840616b3c08dfe5..bd4b24d3489dac4fe93f2e026a298c327b567213 100644 (file)
@@ -337,8 +337,6 @@ struct workqueue_struct *system_freezable_power_efficient_wq __read_mostly;
 EXPORT_SYMBOL_GPL(system_freezable_power_efficient_wq);
 
 static int worker_thread(void *__worker);
-static void copy_workqueue_attrs(struct workqueue_attrs *to,
-                                const struct workqueue_attrs *from);
 static void workqueue_sysfs_unregister(struct workqueue_struct *wq);
 
 #define CREATE_TRACE_POINTS