From: Tejun Heo Date: Mon, 21 Feb 2011 08:52:50 +0000 (+0100) Subject: workqueue: fix build failure introduced by s/freezeable/freezable/ X-Git-Tag: v2.6.39-rc1~492^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d51add7438f9696a7205927bf9de3c5c787a58;p=pandora-kernel.git workqueue: fix build failure introduced by s/freezeable/freezable/ wq:fixes-2.6.38 does s/WQ_FREEZEABLE/WQ_FREEZABLE and wq:for-2.6.39 adds new usage of the flag. The combination of the two creates a build failure after merge. Fix it by renaming all freezeables to freezables. Signed-off-by: Tejun Heo Reported-by: Stephen Rothwell --- Reading git-diff-tree failed