From: Tejun Heo Date: Wed, 13 Mar 2013 23:51:35 +0000 (-0700) Subject: workqueue: relocate pwq_set_max_active() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~125^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fbd95aa8a056194933fba4ae78c50fc20f0704e;p=pandora-kernel.git workqueue: relocate pwq_set_max_active() pwq_set_max_active() is gonna be modified and used during pool_workqueue init. Move it above init_and_link_pwq(). This patch is pure code reorganization and doesn't introduce any functional changes. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed