commit | 5d8b532af9e52ea89208f5ef31889f646e67ba28 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Fri Jan 16 23:09:14 2009 +0100 |
committer | Len Brown <len.brown@intel.com> | Fri Jan 16 18:15:31 2009 -0500 |
tree | 9d1b4a506864bcaacf191dabc1e9823003088995 | |
parent | 091d71e023557136e96f0e54f301497a3fc95dc3 [diff] |
ACPI suspend: Fix compilation warnings in drivers/acpi/sleep.c Fix two compilation warnings in drivers/acpi/sleep.c, one triggered by unsetting CONFIG_SUSPEND and the other triggered by unsetting CONFIG_HIBERNATION, by moving some code under the appropriate #ifdefs . Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Len Brown <len.brown@intel.com>