提交 00e7c295 编写于 作者: U Ulf Hansson 提交者: Rafael J. Wysocki

PM / Domains: Move struct pm_domain_data to pm_domain.h

The definition of the struct pm_domain_data better belongs in the
header for the PM domains, let's move it there.
Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 c8f0ea45
......@@ -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;
......
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册