From: Tejun Heo Date: Tue, 21 Aug 2012 20:18:23 +0000 (-0700) Subject: workqueue: clean up delayed_work initializers and add missing one X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~52^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f991b318cc6627a493b0d317a565bb7c3271f36b;p=pandora-kernel.git workqueue: clean up delayed_work initializers and add missing one Reimplement delayed_work initializers using new timer initializers which take timer flags. This reduces code duplications and will ease further initializer changes. This patch also adds a missing initializer - INIT_DEFERRABLE_WORK_ONSTACK(). Signed-off-by: Tejun Heo --- Reading git-diff-tree failed