]> git.baikalelectronics.ru Git - kernel.git/commit
ARM / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 12 Dec 2014 23:42:49 +0000 (00:42 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 12 Dec 2014 23:42:49 +0000 (00:42 +0100)
commitbbec823ea94ce6b9cc17d23d61450cc1be095501
tree72b70be8824430600604198ced2209b94f64d9fd
parent70baa0a0610441e936bb128684762dd009d87a7f
ARM / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM

After commit dba0fa2a1dbe (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 in the code under
arch/arm/ (the defconfig files will be modified later).

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Nishanth Menon <nm@ti.com>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
arch/arm/kernel/perf_event.c
arch/arm/mach-davinci/pm_domain.c
arch/arm/mach-keystone/pm_domain.c
arch/arm/mach-omap1/pm_bus.c
arch/arm/mach-omap2/io.c
arch/arm/mach-omap2/omap_device.c