Home
last modified time | relevance | path

Searched hist:"17 f2ae7f677f023997e02fd2ebabd90ea2a0390d" (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dpm_domain.hdiff 17f2ae7f677f023997e02fd2ebabd90ea2a0390d Sun Aug 14 13:34:31 CEST 2011 Rafael J. Wysocki <rjw@sisk.pl> 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 <rjw@sisk.pl>