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:
3567a4e
)
tpm_tis / PM: Fix unused function warning for CONFIG_PM_SLEEP
author
Rafael J. Wysocki
<rjw@sisk.pl>
Thu, 9 Aug 2012 21:00:35 +0000
(23:00 +0200)
committer
Rafael J. Wysocki
<rjw@sisk.pl>
Fri, 10 Aug 2012 12:29:50 +0000
(14:29 +0200)
According to a compiler warning, the tpm_tis_resume() function is not
used for CONFIG_PM_SLEEP unset, so add a #ifdef to prevent it from
being built in that case.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
No differences found