commit | 28cb5ef16e578bbca0a562b09f12c8c98ca92720 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Jul 23 01:00:36 2014 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Jul 23 01:00:36 2014 +0200 |
tree | 823c538d2404323cd493dedcde08d41e166f8894 | |
parent | 9a3c4145af32125c5ee39c0272662b47307a8323 [diff] |
PM: Create PM workqueue if runtime PM is not configured too The PM workqueue is going to be used by ACPI PM notify handlers regardless of whether or not runtime PM is configured, so move it out of #ifdef CONFIG_PM_RUNTIME. Do that in three places in the ACPI device PM code. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>