From: Lars-Peter Clausen Date: Sun, 11 Jan 2015 20:01:27 +0000 (+0100) Subject: staging: virtpci: Remove no-op suspend/resume functions X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~284 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f0cc93bbbea49b01da6a818766a3e0f79c10180;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed