From: Ulf Hansson Date: Wed, 3 Sep 2014 10:52:27 +0000 (+0200) Subject: ARM: exynos: Leave disabling of unused PM domains to genpd X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0fcc455252d2ec766deb45bb735e32c7023811fe;p=linux-beck.git ARM: exynos: Leave disabling of unused PM domains to genpd Since genpd at late init, will try to disable unused PM domains we don't need to do it from here as well. Signed-off-by: Ulf Hansson Reviewed-by: Kevin Hilman Signed-off-by: Rafael J. Wysocki --- diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index 6a24e111d6e1..b89e5f35db84 100644 --- a/arch/arm/mach-exynos/exynos.c +++ b/arch/arm/mach-exynos/exynos.c @@ -193,7 +193,6 @@ static void __init exynos_init_late(void) /* to be supported later */ return; - pm_genpd_poweroff_unused(); exynos_pm_init(); }