linux/drivers/base/power
Rafael J. Wysocki e59a8db8d9 PM / Domains: Skip governor functions for CONFIG_PM_RUNTIME unset
The governor functions in drivers/base/power/domain_governor.c
are only used if CONFIG_PM_RUNTIME is set and they refer to data
structures that are only present in that case.  For this reason,
they shouldn't be compiled at all when CONFIG_PM_RUNTIME is not set.

Reported-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
2012-01-14 00:39:36 +01:00
..
clock_ops.c
common.c
domain.c PM / Domains: Fix build for CONFIG_PM_SLEEP unset 2012-01-14 00:39:25 +01:00
domain_governor.c PM / Domains: Skip governor functions for CONFIG_PM_RUNTIME unset 2012-01-14 00:39:36 +01:00
generic_ops.c
main.c
Makefile
opp.c
power.h
qos.c Merge branch 'pm-domains' into pm-for-linus 2011-12-25 23:43:11 +01:00
runtime.c
sysfs.c
trace.c
wakeup.c