git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
300d373
)
ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEP
author
Rafael J. Wysocki
<rjw@sisk.pl>
Thu, 9 Aug 2012 21:00:02 +0000
(23:00 +0200)
committer
Rafael J. Wysocki
<rjw@sisk.pl>
Fri, 10 Aug 2012 11:35:32 +0000
(13:35 +0200)
According to compiler warnings, several suspend/resume functions
in ACPI drivers are not used for CONFIG_PM_SLEEP unset, so add
#ifdefs to prevent them from being built in that case.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
No differences found