From: Tejun Heo Date: Tue, 21 Aug 2012 20:18:23 +0000 (-0700) Subject: workqueue: make deferrable delayed_work initializer names consistent X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~52^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=203b42f7317494ae5e5efc7be6fb7f29c927f102;p=pandora-kernel.git workqueue: make deferrable delayed_work initializer names consistent Initalizers for deferrable delayed_work are confused. * __DEFERRED_WORK_INITIALIZER() * DECLARE_DEFERRED_WORK() * INIT_DELAYED_WORK_DEFERRABLE() Rename them to * __DEFERRABLE_WORK_INITIALIZER() * DECLARE_DEFERRABLE_WORK() * INIT_DEFERRABLE_WORK() This patch doesn't cause any functional changes. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed