From: Tan Xiaojun Date: Sat, 15 Feb 2014 05:19:51 +0000 (+0800) Subject: workqueue: Remove deprecated __cancel_delayed_work() X-Git-Tag: v3.15-rc1~162^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90d88bd75424dff51e2072fd2f8fa85ee893aa17;p=pandora-kernel.git 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 Signed-off-by: Tejun Heo --- Reading git-diff-tree failed