diff options
author | Frederic Weisbecker <[email protected]> | 2015-04-02 19:14:39 +0800 |
---|---|---|
committer | Tejun Heo <[email protected]> | 2015-04-06 11:16:04 -0400 |
commit | 6ba94429c8e7b87b0fff13c5ac90731b239b77fa (patch) | |
tree | dcdf2b22d8e5f9a515aa1d720aeae59a45d411c3 /lib/mpi/mpiutil.c | |
parent | bffc4375897ea01aa68877e5fc1e33c7766efa29 (diff) |
workqueue: Reorder sysfs code
The sysfs code usually belongs to the botom of the file since it deals
with high level objects. In the workqueue code it's misplaced and such
that we'll need to work around functions references to allow the sysfs
code to call APIs like apply_workqueue_attrs().
Lets move that block further in the file, almost the botom.
And declare workqueue_sysfs_unregister() just before destroy_workqueue()
which reference it.
tj: Moved workqueue_sysfs_unregister() forward declaration where other
forward declarations are.
Suggested-by: Tejun Heo <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Kevin Hilman <[email protected]>
Cc: Lai Jiangshan <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Paul E. McKenney <[email protected]>
Cc: Tejun Heo <[email protected]>
Cc: Viresh Kumar <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
Signed-off-by: Lai Jiangshan <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions