diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/wm831x/core.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/mfd/wm831x/core.h b/include/linux/mfd/wm831x/core.h index 5915f6e3d9ab..eb5bd4e0e03c 100644 --- a/include/linux/mfd/wm831x/core.h +++ b/include/linux/mfd/wm831x/core.h | |||
| @@ -256,8 +256,9 @@ struct wm831x { | |||
| 256 | int irq_masks_cache[WM831X_NUM_IRQ_REGS]; /* Cached hardware value */ | 256 | int irq_masks_cache[WM831X_NUM_IRQ_REGS]; /* Cached hardware value */ |
| 257 | 257 | ||
| 258 | /* Chip revision based flags */ | 258 | /* Chip revision based flags */ |
| 259 | unsigned has_gpio_ena:1; /* Has GPIO enable bit */ | 259 | unsigned has_gpio_ena:1; /* Has GPIO enable bit */ |
| 260 | unsigned has_cs_sts:1; /* Has current sink status bit */ | 260 | unsigned has_cs_sts:1; /* Has current sink status bit */ |
| 261 | unsigned charger_irq_wake:1; /* Are charger IRQs a wake source? */ | ||
| 261 | 262 | ||
| 262 | int num_gpio; | 263 | int num_gpio; |
| 263 | 264 | ||
