diff options
Diffstat (limited to 'include/linux/mfd/max8925.h')
-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 { |