diff options
author | Len Brown <len.brown@intel.com> | 2010-05-28 16:18:20 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-05-28 16:18:20 -0400 |
commit | edbe77ba94217868caf5f391d2a083729bef3742 (patch) | |
tree | 6525dc173ea0f94236b1ad01c1092b9f89d11d7a /drivers/acpi/sleep.h | |
parent | 64a4222f7e087b5030eff0f6e47285696089d983 (diff) | |
parent | 0dc698b93f3eecdda43b22232131324eb41e510c (diff) |
Merge branch 'misc-2.6.35' into release
Diffstat (limited to 'drivers/acpi/sleep.h')
-rw-r--r-- | drivers/acpi/sleep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/sleep.h b/drivers/acpi/sleep.h index 8a8f3b3382a..25b8bd14928 100644 --- a/drivers/acpi/sleep.h +++ b/drivers/acpi/sleep.h @@ -1,6 +1,6 @@ extern u8 sleep_states[]; -extern int acpi_suspend (u32 state); +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); |