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-Tag: firefly_0821_release~176^2~2625^2~1^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=798bc6d8d50ff26a5033be0cb9c63727943b49fe;p=firefly-linux-kernel-4.4.55.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