提交 b0cbc861 编写于 作者: L Linus Torvalds

Revert "ACPI battery: fix async boot oops"

This reverts commit 5d38258e, since the
underlying problem got fixed properly in the previous commit ("async:
Fix module loading async-work regression").

Cc: Arkadiusz Miskiewicz <a.miskiewicz@gmail.com>
Cc: Vegard Nossum <vegard.nossum@gmail.com>
Cc: Len Brown <len.brown@intel.com>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 d6de2c80
...@@ -903,7 +903,7 @@ static struct acpi_driver acpi_battery_driver = { ...@@ -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) if (acpi_disabled)
return; return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册