···2525#include "internal.h"2626#include "sleep.h"27272828-u8 sleep_states[ACPI_S_STATE_COUNT];2828+static u8 sleep_states[ACPI_S_STATE_COUNT];29293030static void acpi_sleep_tts_switch(u32 acpi_state)3131{···702702 * paths through the BIOS, so disable _GTS and _BFS by default,703703 * but do speak up and offer the option to enable them.704704 */705705-void __init acpi_gts_bfs_check(void)705705+static void __init acpi_gts_bfs_check(void)706706{707707 acpi_handle dummy;708708
-1
drivers/acpi/sleep.h
···1122-extern u8 sleep_states[];32extern int acpi_suspend(u32 state);4354extern void acpi_enable_wakeup_devices(u8 sleep_state);