diff options
Diffstat (limited to 'include/linux/pm_domain.h')
-rw-r--r-- | include/linux/pm_domain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h index 9b6abe632587..b7803a251044 100644 --- a/include/linux/pm_domain.h +++ b/include/linux/pm_domain.h | |||
@@ -118,6 +118,7 @@ struct generic_pm_domain_data { | |||
118 | struct pm_domain_data base; | 118 | struct pm_domain_data base; |
119 | struct gpd_timing_data td; | 119 | struct gpd_timing_data td; |
120 | struct notifier_block nb; | 120 | struct notifier_block nb; |
121 | void *data; | ||
121 | }; | 122 | }; |
122 | 123 | ||
123 | #ifdef CONFIG_PM_GENERIC_DOMAINS | 124 | #ifdef CONFIG_PM_GENERIC_DOMAINS |