From: Lars-Peter Clausen Date: Sun, 8 Mar 2015 13:56:38 +0000 (+0100) Subject: spi: Remove support for legacy PM X-Git-Tag: omap-for-v4.1/fixes-rc1~176^2~2^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea022bbb0090975a21c581d8405fbe90043a6eda;p=pandora-kernel.git spi: Remove support for legacy PM All SPI drivers have been converted from legacy suspend/resume callbacks to dev_pm_ops. So we can finally remove support for legacy PM from the SPI core. Since there aren't any special bus specific things to do during suspend/resume and since the PM core will automatically fallback directly to using the device's PM ops if no bus PM ops are specified there is no need to have any special SPI bus PM ops. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed