diff options
author | Kevin Liu <kliu5@marvell.com> | 2012-01-04 02:14:24 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-01-08 19:03:34 -0500 |
commit | ba74e80ebaf8209cb553eb2195b26302270cfa42 (patch) | |
tree | e383e2ce63450326d135a84fe0826c720283675a /include/linux/mfd | |
parent | 5214e5659a9760cd01aa14171c8fdf38d3deec3a (diff) |
mfd: Add pm ops to max8925
Signed-off-by: Kevin Liu <kliu5@marvell.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/max8925.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/max8925.h b/include/linux/mfd/max8925.h index 5259dfe8c585..daaba00f0bc5 100644 --- a/include/linux/mfd/max8925.h +++ b/include/linux/mfd/max8925.h | |||
@@ -206,6 +206,8 @@ struct max8925_chip { | |||
206 | int irq_base; | 206 | int irq_base; |
207 | int core_irq; | 207 | int core_irq; |
208 | int tsc_irq; | 208 | int tsc_irq; |
209 | |||
210 | unsigned int wakeup_flag; | ||
209 | }; | 211 | }; |
210 | 212 | ||
211 | struct max8925_backlight_pdata { | 213 | struct max8925_backlight_pdata { |