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:
e40f5c7
)
fec: Simplify the PM related hooks
author
Fabio Estevam
<fabio.estevam@freescale.com>
Thu, 24 Jul 2014 21:24:01 +0000
(18:24 -0300)
committer
David S. Miller
<davem@davemloft.net>
Fri, 25 Jul 2014 06:26:18 +0000
(23:26 -0700)
Get rid of the CONFIG_PM_SLEEP ifdef by annotating the suspend/resume functions
with '__maybe_unused' in order to keep the code simpler and shorter.
While at it, declare the suspend/resume functions in a single line.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found