aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/sleep/sleep.h
diff options
context:
space:
mode:
authorRafael J. Wysocki <rjw@sisk.pl>2008-01-08 00:10:57 +0100
committerLen Brown <len.brown@intel.com>2008-02-01 18:30:58 -0500
commitc9b6c8f68ee48e1e3dbb53e13316757e2c0b584d (patch)
treeb0b835d9f1a2c6dd7aecbd81e25a35df9375f404 /drivers/acpi/sleep/sleep.h
parent7258ec5d11ead6db25575734f10f4586c0157463 (diff)
ACPI: Print message before calling _PTS
Make acpi_sleep_prepare() static and cause it to print a message specifying the ACPI system sleep state to be entered (helpful for debugging the suspend/hibernation code). Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/sleep/sleep.h')
-rw-r--r--drivers/acpi/sleep/sleep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/sleep/sleep.h b/drivers/acpi/sleep/sleep.h
index a2ea125ae2d0..cfaf8f5b0a14 100644
--- a/drivers/acpi/sleep/sleep.h
+++ b/drivers/acpi/sleep/sleep.h
@@ -5,5 +5,3 @@ extern int acpi_suspend (u32 state);
extern void acpi_enable_wakeup_device_prep(u8 sleep_state);
extern void acpi_enable_wakeup_device(u8 sleep_state);
extern void acpi_disable_wakeup_device(u8 sleep_state);
-
-extern int acpi_sleep_prepare(u32 acpi_state);