aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2013-01-24 14:01:32 -0500
committerTejun Heo <tj@kernel.org>2013-01-24 14:01:32 -0500
commite2905b29122173b72b612c962b138e3fa07476b8 (patch)
tree66d7a8545f1fda113962c4a817673ff5b453c336 /include
parent84b233adcca3cacd5cfa8013a5feda7a3db4a9af (diff)
workqueue: unexport work_cpu()
This function no longer has any external users. Unexport it. It will be removed later on. Signed-off-by: Tejun Heo <tj@kernel.org> Reviewed-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/workqueue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h
index 2b58905d3504..ff68b1d95b41 100644
--- a/include/linux/workqueue.h
+++ b/include/linux/workqueue.h
@@ -426,7 +426,6 @@ extern bool cancel_delayed_work_sync(struct delayed_work *dwork);
426extern void workqueue_set_max_active(struct workqueue_struct *wq, 426extern void workqueue_set_max_active(struct workqueue_struct *wq,
427 int max_active); 427 int max_active);
428extern bool workqueue_congested(unsigned int cpu, struct workqueue_struct *wq); 428extern bool workqueue_congested(unsigned int cpu, struct workqueue_struct *wq);
429extern unsigned int work_cpu(struct work_struct *work);
430extern unsigned int work_busy(struct work_struct *work); 429extern unsigned int work_busy(struct work_struct *work);
431 430
432/* 431/*