diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2014-09-03 12:52:28 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-09-09 00:46:12 +0200 |
commit | d40fce7e625dcecb196b1e4dba4dde19fdee919c (patch) | |
tree | 3ee28b5e85ae039a4c28a9dc4ee106c33e6824e0 /arch/arm/mach-s3c64xx/pm.c | |
parent | ARM: exynos: Leave disabling of unused PM domains to genpd (diff) | |
download | linux-d40fce7e625dcecb196b1e4dba4dde19fdee919c.tar.xz linux-d40fce7e625dcecb196b1e4dba4dde19fdee919c.zip |
ARM: s3c64xx: 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 the machine specific code as well.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/pm.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/pm.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-s3c64xx/pm.c b/arch/arm/mach-s3c64xx/pm.c index 6b37694fa335..aaf7bea4032f 100644 --- a/arch/arm/mach-s3c64xx/pm.c +++ b/arch/arm/mach-s3c64xx/pm.c @@ -347,10 +347,3 @@ static __init int s3c64xx_pm_initcall(void) return 0; } arch_initcall(s3c64xx_pm_initcall); - -int __init s3c64xx_pm_late_initcall(void) -{ - pm_genpd_poweroff_unused(); - - return 0; -} |