* [PATCH] ACPI: avoid section mismatch warning
@ 2010-12-07 15:03 Jan Beulich
2010-12-11 5:56 ` Len Brown
0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2010-12-07 15:03 UTC (permalink / raw)
To: Len Brown; +Cc: linux-acpi
Signed-off-by: Jan Beulich <jbeulich@novell.com>
---
drivers/acpi/osl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.37-rc5/drivers/acpi/osl.c
+++ 2.6.37-rc5-acpi-osl-sections/drivers/acpi/osl.c
@@ -1530,7 +1530,7 @@ acpi_status __init acpi_os_initialize(vo
return AE_OK;
}
-acpi_status acpi_os_initialize1(void)
+acpi_status __init acpi_os_initialize1(void)
{
kacpid_wq = create_workqueue("kacpid");
kacpi_notify_wq = create_workqueue("kacpi_notify");
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ACPI: avoid section mismatch warning
2010-12-07 15:03 [PATCH] ACPI: avoid section mismatch warning Jan Beulich
@ 2010-12-11 5:56 ` Len Brown
0 siblings, 0 replies; 2+ messages in thread
From: Len Brown @ 2010-12-11 5:56 UTC (permalink / raw)
To: Jan Beulich; +Cc: linux-acpi
looks like i already have this one from rui
thanks,
Len Brown, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-11 5:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-07 15:03 [PATCH] ACPI: avoid section mismatch warning Jan Beulich
2010-12-11 5:56 ` Len Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox