mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
PM / Runtime: Export the PM runtime workqueue
This patch (as1306) exports the PM runtime workqueue for use by loadable modules. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
This commit is contained in:
parent
bab636b921
commit
7b199ca202
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ static struct attribute_group attr_group = {
|
||||||
|
|
||||||
#ifdef CONFIG_PM_RUNTIME
|
#ifdef CONFIG_PM_RUNTIME
|
||||||
struct workqueue_struct *pm_wq;
|
struct workqueue_struct *pm_wq;
|
||||||
|
EXPORT_SYMBOL_GPL(pm_wq);
|
||||||
|
|
||||||
static int __init pm_start_workqueue(void)
|
static int __init pm_start_workqueue(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue