From: Tejun Heo Date: Tue, 21 Aug 2012 20:18:24 +0000 (-0700) Subject: workqueue: deprecate __cancel_delayed_work() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~52^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=136b5721d75a62a8f02c601c89122e32c1a85a84;p=pandora-kernel.git workqueue: deprecate __cancel_delayed_work() Now that cancel_delayed_work() can be safely called from IRQ handlers, there's no reason to use __cancel_delayed_work(). Use cancel_delayed_work() instead of __cancel_delayed_work() and mark the latter deprecated. Signed-off-by: Tejun Heo Acked-by: Jens Axboe Cc: Jiri Kosina Cc: Roland Dreier Cc: Tomi Valkeinen --- Reading git-diff-tree failed