From: Rafael J. Wysocki Date: Sat, 29 Nov 2014 22:47:05 +0000 (+0100) Subject: USB / PM: Drop CONFIG_PM_RUNTIME from the USB core X-Git-Tag: omap-for-v3.19/fixes-rc1~136^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceb6c9c862c86423f41c1e20ecf8d454f837f519;p=pandora-kernel.git USB / PM: Drop CONFIG_PM_RUNTIME from the USB core After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is selected) PM_RUNTIME is always set if PM is set, so quite a few depend on CONFIG_PM (or even dropped in some cases). Replace CONFIG_PM_RUNTIME with CONFIG_PM in the USB core code and documentation. Signed-off-by: Rafael J. Wysocki Acked-by: Alan Stern Acked-by: Greg Kroah-Hartman --- Reading git-diff-tree failed