Loading include/linux/pm.h +1 −5 Original line number Diff line number Diff line Loading @@ -538,11 +538,7 @@ enum rpm_request { }; struct wakeup_source; struct pm_domain_data { struct list_head list_node; struct device *dev; }; struct pm_domain_data; struct pm_subsys_data { spinlock_t lock; Loading include/linux/pm_domain.h +5 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,11 @@ struct gpd_timing_data { bool cached_stop_ok; }; struct pm_domain_data { struct list_head list_node; struct device *dev; }; struct generic_pm_domain_data { struct pm_domain_data base; struct gpd_timing_data td; Loading Loading
include/linux/pm.h +1 −5 Original line number Diff line number Diff line Loading @@ -538,11 +538,7 @@ enum rpm_request { }; struct wakeup_source; struct pm_domain_data { struct list_head list_node; struct device *dev; }; struct pm_domain_data; struct pm_subsys_data { spinlock_t lock; Loading
include/linux/pm_domain.h +5 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,11 @@ struct gpd_timing_data { bool cached_stop_ok; }; struct pm_domain_data { struct list_head list_node; struct device *dev; }; struct generic_pm_domain_data { struct pm_domain_data base; struct gpd_timing_data td; Loading