X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Facpi%2Fosl.c;h=f31c5c5f1b7e083351e013649f1e1d73fdd74fa6;hb=6af8bef14d6fc9e4e52c83fd646412e9dedadd26;hp=fa32f584229f47f8965d56f6e4d61054796d8d39;hpb=14595f708eeb528fabcee339ed0b9e0a2ecec73f;p=~andy%2Flinux diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c index fa32f584229..f31c5c5f1b7 100644 --- a/drivers/acpi/osl.c +++ b/drivers/acpi/osl.c @@ -80,7 +80,8 @@ static acpi_osd_handler acpi_irq_handler; static void *acpi_irq_context; static struct workqueue_struct *kacpid_wq; static struct workqueue_struct *kacpi_notify_wq; -static struct workqueue_struct *kacpi_hotplug_wq; +struct workqueue_struct *kacpi_hotplug_wq; +EXPORT_SYMBOL(kacpi_hotplug_wq); struct acpi_res_list { resource_size_t start;