From: Rafael J. Wysocki Date: Fri, 19 Dec 2014 14:25:31 +0000 (+0100) Subject: spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM X-Git-Tag: omap-for-v3.20/drop-legacy-3517~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47164fdb3bdb59bb42a4b68e273385f9a1cdd1f6;p=pandora-kernel.git spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM A couple of new CONFIG_PM_RUNTIME users have been added recently in the SPI subsystem. However, after commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is selected) PM_RUNTIME is always set if PM is set, so #ifdef blocks depending on CONFIG_PM_RUNTIME may now be changed to depend on CONFIG_PM. Replace CONFIG_PM_RUNTIME with CONFIG_PM everywhere under drivers/spi/ (again). Signed-off-by: Rafael J. Wysocki Acked-by: Mark Brown --- Reading git-diff-tree failed