workqueue: Remove deprecated __cancel_delayed_work()
commit90d88bd75424dff51e2072fd2f8fa85ee893aa17
authorTan Xiaojun <tanxiaojun@huawei.com>
Sat, 15 Feb 2014 05:19:51 +0000 (15 13:19 +0800)
committerTejun Heo <tj@kernel.org>
Tue, 18 Feb 2014 23:29:01 +0000 (18 18:29 -0500)
treecd26fe18567d6f13d95a563c16ad7840ddbd74f8
parent38dbfb59d1175ef458d006556061adeaa8751b72
workqueue: Remove deprecated __cancel_delayed_work()

__cancel_delayed_work() was deprecated by 136b5721d75a ("workqueue:
deprecate __cancel_delayed_work()") as cancel_delayed_work() was
updated so that it could be used from all contexts.  Enough time has
passed since the deprecation.  Let's remove it.

tj: description update

Signed-off-by: Tan Xiaojun <tanxiaojun@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/workqueue.h