Loading drivers/acpi/sleep.c +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ #include "internal.h" #include "sleep.h" u8 sleep_states[ACPI_S_STATE_COUNT]; static u8 sleep_states[ACPI_S_STATE_COUNT]; static void acpi_sleep_tts_switch(u32 acpi_state) { Loading Loading @@ -702,7 +702,7 @@ static void acpi_power_off(void) * paths through the BIOS, so disable _GTS and _BFS by default, * but do speak up and offer the option to enable them. */ void __init acpi_gts_bfs_check(void) static void __init acpi_gts_bfs_check(void) { acpi_handle dummy; Loading drivers/acpi/sleep.h +0 −1 Original line number Diff line number Diff line extern u8 sleep_states[]; extern int acpi_suspend(u32 state); extern void acpi_enable_wakeup_devices(u8 sleep_state); Loading Loading
drivers/acpi/sleep.c +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ #include "internal.h" #include "sleep.h" u8 sleep_states[ACPI_S_STATE_COUNT]; static u8 sleep_states[ACPI_S_STATE_COUNT]; static void acpi_sleep_tts_switch(u32 acpi_state) { Loading Loading @@ -702,7 +702,7 @@ static void acpi_power_off(void) * paths through the BIOS, so disable _GTS and _BFS by default, * but do speak up and offer the option to enable them. */ void __init acpi_gts_bfs_check(void) static void __init acpi_gts_bfs_check(void) { acpi_handle dummy; Loading
drivers/acpi/sleep.h +0 −1 Original line number Diff line number Diff line extern u8 sleep_states[]; extern int acpi_suspend(u32 state); extern void acpi_enable_wakeup_devices(u8 sleep_state); Loading