diff options
author | Tejun Heo <tj@kernel.org> | 2011-01-26 12:12:50 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2011-01-26 12:12:50 +0100 |
commit | 57df5573a56322e6895451f759c19e875252817d (patch) | |
tree | d34ec0be43b4fa29831f949f7be126c78cfba706 /drivers/input | |
parent | bcb6d9161d1720cf68c7f4de0630e91cb95ee60c (diff) |
cpufreq: use system_wq instead of dedicated workqueues
With cmwq, there's no reason for cpufreq drivers to use separate
workqueues. Remove the dedicated workqueues from cpufreq_conservative
and cpufreq_ondemand and use system_wq instead. The work items are
already sync canceled on stop, so it's already guaranteed that no work
is running on module exit.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Dave Jones <davej@redhat.com>
Cc: cpufreq@vger.kernel.org
Diffstat (limited to 'drivers/input')
0 files changed, 0 insertions, 0 deletions