From: Rafael J. Wysocki Date: Sun, 14 Aug 2011 11:34:31 +0000 (+0200) Subject: PM / Domains: Fix build for CONFIG_PM_RUNTIME unset X-Git-Tag: v3.1-rc3~21^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17f2ae7f677f023997e02fd2ebabd90ea2a0390d;p=pandora-kernel.git PM / Domains: Fix build for CONFIG_PM_RUNTIME unset Function genpd_queue_power_off_work() is not defined for CONFIG_PM_RUNTIME, so pm_genpd_poweroff_unused() causes a build error to happen in that case. Fix the problem by making pm_genpd_poweroff_unused() depend on CONFIG_PM_RUNTIME too. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed