From: Sylwester Nawrocki Date: Fri, 20 Dec 2013 21:33:30 +0000 (+0900) Subject: ARM: EXYNOS: Kill exynos_pm_late_initcall() X-Git-Tag: cleanup-for-linus~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fd3cbccaf47aefbe3bfb026d310cd2f5d0685c6;p=pandora-kernel.git ARM: EXYNOS: Kill exynos_pm_late_initcall() The only thing exynos_pm_late_initcall() does is calling pm_genpd_poweroff_unused(), which is already stubbed when CONFIG_PM_GENERIC_DOMAINS is not enabled. So replace exynos_pm_late_initcall() with a direct call to pm_genpd_poweroff_unused(). Signed-off-by: Sylwester Nawrocki Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed