]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.arch/acpi-export-hotplug_execute
Add a patch to fix Intel E100 wake-on-lan problems.
[ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.arch / acpi-export-hotplug_execute
1 From: Jeff Mahoney <jeffm@suse.com>
2 Subject: acpi: export acpi_os_hotplug_execute
3
4 The ACPI dock driver changes require acpi_os_hotplug_execute,
5 which wasn't exported.
6
7 This patch exports it.
8
9 Signed-off-by: Jeff Mahoney <jeffm@suse.com>
10 ---
11 drivers/acpi/osl.c | 1 +
12 1 file changed, 1 insertion(+)
13
14 --- a/drivers/acpi/osl.c
15 +++ b/drivers/acpi/osl.c
16 @@ -797,6 +797,7 @@ acpi_status acpi_os_hotplug_execute(acpi
17 {
18 return __acpi_os_execute(0, function, context, 1);
19 }
20 +EXPORT_SYMBOL(acpi_os_hotplug_execute);
21
22 void acpi_os_wait_events_complete(void *context)
23 {