diff options
| -rw-r--r-- | drivers/acpi/sleep.c | 4 | ||||
| -rw-r--r-- | drivers/acpi/sleep.h | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index 4754ff6e70e6..b9af2c2ff926 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | #include "internal.h" | 25 | #include "internal.h" |
| 26 | #include "sleep.h" | 26 | #include "sleep.h" |
| 27 | 27 | ||
| 28 | u8 sleep_states[ACPI_S_STATE_COUNT]; | 28 | static u8 sleep_states[ACPI_S_STATE_COUNT]; |
| 29 | 29 | ||
| 30 | static void acpi_sleep_tts_switch(u32 acpi_state) | 30 | static void acpi_sleep_tts_switch(u32 acpi_state) |
| 31 | { | 31 | { |
| @@ -702,7 +702,7 @@ static void acpi_power_off(void) | |||
| 702 | * paths through the BIOS, so disable _GTS and _BFS by default, | 702 | * paths through the BIOS, so disable _GTS and _BFS by default, |
| 703 | * but do speak up and offer the option to enable them. | 703 | * but do speak up and offer the option to enable them. |
| 704 | */ | 704 | */ |
| 705 | void __init acpi_gts_bfs_check(void) | 705 | static void __init acpi_gts_bfs_check(void) |
| 706 | { | 706 | { |
| 707 | acpi_handle dummy; | 707 | acpi_handle dummy; |
| 708 | 708 | ||
diff --git a/drivers/acpi/sleep.h b/drivers/acpi/sleep.h index d8821805c3bc..74d59c8f4678 100644 --- a/drivers/acpi/sleep.h +++ b/drivers/acpi/sleep.h | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | 1 | ||
| 2 | extern u8 sleep_states[]; | ||
| 3 | extern int acpi_suspend(u32 state); | 2 | extern int acpi_suspend(u32 state); |
| 4 | 3 | ||
| 5 | extern void acpi_enable_wakeup_devices(u8 sleep_state); | 4 | extern void acpi_enable_wakeup_devices(u8 sleep_state); |
