diff options
Diffstat (limited to 'kernel/include/linux/mfd/mt6397')
-rw-r--r-- | kernel/include/linux/mfd/mt6397/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/include/linux/mfd/mt6397/core.h b/kernel/include/linux/mfd/mt6397/core.h index cf5265b0d..45b8e8aa1 100644 --- a/kernel/include/linux/mfd/mt6397/core.h +++ b/kernel/include/linux/mfd/mt6397/core.h @@ -57,6 +57,7 @@ struct mt6397_chip { int irq; struct irq_domain *irq_domain; struct mutex irqlock; + u16 wake_mask[2]; u16 irq_masks_cur[2]; u16 irq_masks_cache[2]; }; |