Commit 84746b86 authored by Patrick Mochel's avatar Patrick Mochel

acpi sleep: demote acpi_sleep_init() to a late_initcall.

- It depends on the rest of the subsys_initcalls in acpi to be done to get
  the sleep info from the firmware. 
- It doesn't need to be available any earlier...
parent 58e79bac
......@@ -273,4 +273,4 @@ static int __init acpi_sleep_init(void)
return_VALUE(0);
}
subsys_initcall(acpi_sleep_init);
late_initcall(acpi_sleep_init);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment