From: Tejun Heo Date: Mon, 20 Aug 2012 21:51:23 +0000 (-0700) Subject: workqueue: gut system_nrt[_freezable]_wq() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~52^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae930e0f4e66fd540c6fbad9f1e2a7743d8b9afe;p=pandora-kernel.git workqueue: gut system_nrt[_freezable]_wq() Now that all workqueues are non-reentrant, system[_freezable]_wq() are equivalent to system_nrt[_freezable]_wq(). Replace the latter with wrappers around system[_freezable]_wq(). The wrapping goes through inline functions so that __deprecated can be added easily. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed