From: Rafael J. Wysocki Date: Fri, 13 Jan 2012 23:39:36 +0000 (+0100) Subject: PM / Domains: Skip governor functions for CONFIG_PM_RUNTIME unset X-Git-Tag: v3.3-rc1~43^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59a8db8d9b7c02e0bbefbeb18a3836288a97b8a;p=pandora-kernel.git 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 Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed