ACPI: static sleep_states[] and acpi_gts_bfs_check

Only used in one file so should be static.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
Stephen Hemminger
2010-10-18 18:47:25 -07:00
committed by Len Brown
parent 5ba8b1c6fe
commit 01eac60bcc
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
extern u8 sleep_states[];
extern int acpi_suspend(u32 state);
extern void acpi_enable_wakeup_devices(u8 sleep_state);