connector: remove lazy workqueue creation
authorTejun Heo <tj@kernel.org>
Thu, 14 Oct 2010 23:55:22 +0000 (23:55 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 24 Oct 2010 21:20:01 +0000 (14:20 -0700)
Commit 1a5645bc (connector: create connector workqueue only while
needed once) implements lazy workqueue creation for connector
workqueue.  With cmwq now in place, lazy workqueue creation doesn't
make much sense while adding a lot of complexity.  Remove it and
allocate an ordered workqueue during initialization.

This also removes a call to flush_scheduled_work() which is deprecated
and scheduled to be removed.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found