• Patrick Mochel's avatar
    ACPI: Move sleep code from system.c to sleep.c · d0442851
    Patrick Mochel authored
    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.
    d0442851
system.c 11.7 KB