workqueue: fix build failure introduced by s/freezeable/freezable/
authorTejun Heo <tj@kernel.org>
Mon, 21 Feb 2011 08:52:50 +0000 (09:52 +0100)
committerTejun Heo <tj@kernel.org>
Mon, 21 Feb 2011 09:07:23 +0000 (10:07 +0100)
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 <tj@kernel.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>

No differences found