From: Rafael J. Wysocki Date: Sat, 13 Dec 2014 01:23:30 +0000 (+0100) Subject: tracing / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=798bc6d8d50ff26a5033be0cb9c63727943b49fe;p=linux-beck.git tracing / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is selected) PM_RUNTIME is always set if PM is set, so files that are build conditionally if CONFIG_PM_RUNTIME is set may now be build if CONFIG_PM is set. Replace CONFIG_PM_RUNTIME with CONFIG_PM in kernel/trace/Makefile for this reason. Signed-off-by: Rafael J. Wysocki Acked-by: Steven Rostedt