diff options
Diffstat (limited to 'include/linux/mfd/abx500/ab8500.h')
-rw-r--r-- | include/linux/mfd/abx500/ab8500.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/abx500/ab8500.h b/include/linux/mfd/abx500/ab8500.h index 1cb5698b4d76..6119b2fbad97 100644 --- a/include/linux/mfd/abx500/ab8500.h +++ b/include/linux/mfd/abx500/ab8500.h | |||
@@ -274,6 +274,7 @@ struct ab8500_codec_platform_data; | |||
274 | /** | 274 | /** |
275 | * struct ab8500_platform_data - AB8500 platform data | 275 | * struct ab8500_platform_data - AB8500 platform data |
276 | * @irq_base: start of AB8500 IRQs, AB8500_NR_IRQS will be used | 276 | * @irq_base: start of AB8500 IRQs, AB8500_NR_IRQS will be used |
277 | * @pm_power_off: Should machine pm power off hook be registered or not | ||
277 | * @init: board-specific initialization after detection of ab8500 | 278 | * @init: board-specific initialization after detection of ab8500 |
278 | * @num_regulator_reg_init: number of regulator init registers | 279 | * @num_regulator_reg_init: number of regulator init registers |
279 | * @regulator_reg_init: regulator init registers | 280 | * @regulator_reg_init: regulator init registers |
@@ -282,6 +283,7 @@ struct ab8500_codec_platform_data; | |||
282 | */ | 283 | */ |
283 | struct ab8500_platform_data { | 284 | struct ab8500_platform_data { |
284 | int irq_base; | 285 | int irq_base; |
286 | bool pm_power_off; | ||
285 | void (*init) (struct ab8500 *); | 287 | void (*init) (struct ab8500 *); |
286 | int num_regulator_reg_init; | 288 | int num_regulator_reg_init; |
287 | struct ab8500_regulator_reg_init *regulator_reg_init; | 289 | struct ab8500_regulator_reg_init *regulator_reg_init; |