ACPI: Move sleep code from system.c to sleep.c
struct acpi_system was removed, because it was an unncessary abstraction (a single array suffices). All functions have been updated to reference the array. Unnecessary headers were removed, including ones implicitly included. procfs files controlling sleep support were moved. sysrq handler and registration were removed. acpi_sleep_init() made an implicit subsys_initcall.
Showing
drivers/acpi/sleep.c
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment