From: Tejun Heo Date: Tue, 19 Oct 2010 09:28:15 +0000 (+0200) Subject: workqueue: remove in_workqueue_context() X-Git-Tag: v2.6.37-rc1~164^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daaae6b010ac0f60c9c35e481589966f9f1fcc22;p=pandora-kernel.git 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 Cc: Paul E. McKenney --- Reading git-diff-tree failed