summaryrefslogtreecommitdiffstats
path: root/include/linux/workqueue.h
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2010-10-19 11:28:15 +0200
committerTejun Heo <tj@kernel.org>2010-10-19 11:28:15 +0200
commitdaaae6b010ac0f60c9c35e481589966f9f1fcc22 (patch)
tree94f4f463d898af0ad1926b8d21c15db94a0a411a /include/linux/workqueue.h
parent31ddd871fc3db73e2024cb3eb3ee5051edf5a80f (diff)
downloadop-kernel-dev-daaae6b010ac0f60c9c35e481589966f9f1fcc22.zip
op-kernel-dev-daaae6b010ac0f60c9c35e481589966f9f1fcc22.tar.gz
workqueue: remove in_workqueue_context()
Commit a25909a4 (lockdep: Add an in_workqueue_context() lockdep-based test function) added in_workqueue_context() but there hasn't been any in-kernel user and the lockdep annotation in workqueue is scheduled to change. Remove the unused function. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'include/linux/workqueue.h')
-rw-r--r--include/linux/workqueue.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h
index 03bbe903e..070bb7a 100644
--- a/include/linux/workqueue.h
+++ b/include/linux/workqueue.h
@@ -430,8 +430,4 @@ extern bool freeze_workqueues_busy(void);
extern void thaw_workqueues(void);
#endif /* CONFIG_FREEZER */
-#ifdef CONFIG_LOCKDEP
-int in_workqueue_context(struct workqueue_struct *wq);
-#endif
-
#endif
OpenPOWER on IntegriCloud