projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6de2c8
)
Revert "ACPI battery: fix async boot oops"
author
Linus Torvalds
<
[email protected]
>
Sat, 11 Apr 2009 19:45:20 +0000
(12:45 -0700)
committer
Linus Torvalds
<
[email protected]
>
Sat, 11 Apr 2009 19:45:20 +0000
(12:45 -0700)
This reverts commit
5d38258ec026921a7b266f4047ebeaa75db358e5
, since the
underlying problem got fixed properly in the previous commit ("async:
Fix module loading async-work regression").
Cc: Arkadiusz Miskiewicz <
[email protected]
>
Cc: Vegard Nossum <
[email protected]
>
Cc: Len Brown <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/acpi/battery.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/battery.c
b/drivers/acpi/battery.c
index 3c7d8942f23b4dd126d1a8e2145adfa0a1ad499b..b0de6312919a82a455f20f8d06dddd8f1b672d80 100644
(file)
--- a/
drivers/acpi/battery.c
+++ b/
drivers/acpi/battery.c
@@
-903,7
+903,7
@@
static struct acpi_driver acpi_battery_driver = {
},
};
-static void acpi_battery_init_async(void *unused, async_cookie_t cookie)
+static void
__init
acpi_battery_init_async(void *unused, async_cookie_t cookie)
{
if (acpi_disabled)
return;