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:
95e53dd
)
staging: virtpci: Remove no-op suspend/resume functions
author
Lars-Peter Clausen
<lars@metafoo.de>
Sun, 11 Jan 2015 20:01:27 +0000
(21:01 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 18 Jan 2015 00:16:00 +0000
(16:16 -0800)
The virtpci bus driver still uses the legacy suspend/resume callbacks. In
their current implementation these callbacks only contain a macro that
always expands to 'do { } while(0)'. So instead of converting them to dev PM
ops just remove them.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found