diff options
author | Len Brown <len.brown@intel.com> | 2009-01-09 00:13:17 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-01-09 03:30:47 -0500 |
commit | 95b482a8d31116f3f5c2a5089569393234d06385 (patch) | |
tree | f32aec8673a285a9d188948be97af3034ee06e93 /drivers/acpi/sleep/sleep.h | |
parent | 6620e0c49f577454b772fb381543d60ae53eb885 (diff) |
ACPICA: create acpica/ directory
also, delete sleep/ and delete ACPI_CFLAGS from Makefile
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/sleep/sleep.h')
-rw-r--r-- | drivers/acpi/sleep/sleep.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/acpi/sleep/sleep.h b/drivers/acpi/sleep/sleep.h deleted file mode 100644 index cfaf8f5b0a1..00000000000 --- a/drivers/acpi/sleep/sleep.h +++ /dev/null @@ -1,7 +0,0 @@ - -extern u8 sleep_states[]; -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); |