|
@@ -721,6 +721,13 @@ void pm_genpd_poweroff_unused(void)
|
|
mutex_unlock(&gpd_list_lock);
|
|
mutex_unlock(&gpd_list_lock);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+static int __init genpd_poweroff_unused(void)
|
|
|
|
+{
|
|
|
|
+ pm_genpd_poweroff_unused();
|
|
|
|
+ return 0;
|
|
|
|
+}
|
|
|
|
+late_initcall(genpd_poweroff_unused);
|
|
|
|
+
|
|
#else
|
|
#else
|
|
|
|
|
|
static inline int genpd_dev_pm_qos_notifier(struct notifier_block *nb,
|
|
static inline int genpd_dev_pm_qos_notifier(struct notifier_block *nb,
|