commit | 4f0cc93bbbea49b01da6a818766a3e0f79c10180 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Sun Jan 11 21:01:27 2015 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jan 17 16:16:00 2015 -0800 |
tree | 4a3fa0b2481ba3801a90a6a3a51e8d2ae69aa3cb | |
parent | 95e53ddd8240bad37df985a9ae2d2a07f49e6bf1 [diff] |
staging: virtpci: Remove no-op suspend/resume functions 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>