From: Tejun Heo Date: Fri, 3 Aug 2012 17:30:44 +0000 (-0700) Subject: workqueue: reorder queueing functions so that _on() variants are on top X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~52^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a13c00e9d4502b8e3fd9260ce781758ff2c3970;p=pandora-kernel.git workqueue: reorder queueing functions so that _on() variants are on top Currently, queue/schedule[_delayed]_work_on() are located below the counterpart without the _on postifx even though the latter is usually implemented using the former. Swap them. This is cleanup and doesn't cause any functional difference. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed