|
@@ -23,6 +23,7 @@
|
|
|
#include <linux/of.h>
|
|
|
#include <linux/of_fdt.h>
|
|
|
#include <linux/of_irq.h>
|
|
|
+#include <linux/pm_domain.h>
|
|
|
#include <linux/export.h>
|
|
|
#include <linux/irqdomain.h>
|
|
|
#include <linux/of_address.h>
|
|
@@ -308,7 +309,7 @@ void __init exynos_init_late(void)
|
|
|
/* to be supported later */
|
|
|
return;
|
|
|
|
|
|
- exynos_pm_late_initcall();
|
|
|
+ pm_genpd_poweroff_unused();
|
|
|
}
|
|
|
|
|
|
static int __init exynos_fdt_map_chipid(unsigned long node, const char *uname,
|