From: James Bottomley Date: Sat, 16 Apr 2005 22:23:59 +0000 (-0700) Subject: [PATCH] re-export cancel_rearming_delayed_workqueue X-Git-Tag: v2.6.12-rc3~237 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81ddef77bb774e771db8588b937665cd38f40cee;p=pandora-kernel.git [PATCH] re-export cancel_rearming_delayed_workqueue This was unexported by Arjan because we have no current users. However, during a conversion from tasklets to workqueues of the parisc led functions, we ran across a case where this was needed. In particular, the open coded equivalent of cancel_rearming_delayed_workqueue was implemented incorrectly, which is, I think, all the evidence necessary that this is a useful API. Signed-off-by: James Bottomley Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed