diff options
Diffstat (limited to 'drivers/acpi/osl.c')
-rw-r--r-- | drivers/acpi/osl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c index fa32f584229f..f31c5c5f1b7e 100644 --- a/drivers/acpi/osl.c +++ b/drivers/acpi/osl.c | |||
@@ -80,7 +80,8 @@ static acpi_osd_handler acpi_irq_handler; | |||
80 | static void *acpi_irq_context; | 80 | static void *acpi_irq_context; |
81 | static struct workqueue_struct *kacpid_wq; | 81 | static struct workqueue_struct *kacpid_wq; |
82 | static struct workqueue_struct *kacpi_notify_wq; | 82 | static struct workqueue_struct *kacpi_notify_wq; |
83 | static struct workqueue_struct *kacpi_hotplug_wq; | 83 | struct workqueue_struct *kacpi_hotplug_wq; |
84 | EXPORT_SYMBOL(kacpi_hotplug_wq); | ||
84 | 85 | ||
85 | struct acpi_res_list { | 86 | struct acpi_res_list { |
86 | resource_size_t start; | 87 | resource_size_t start; |