diff options
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/wm831x/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/wm831x/core.h b/include/linux/mfd/wm831x/core.h index 91eb493bf14c..c1bc59f6cbf2 100644 --- a/include/linux/mfd/wm831x/core.h +++ b/include/linux/mfd/wm831x/core.h | |||
@@ -253,6 +253,8 @@ struct wm831x { | |||
253 | unsigned int irq_base; | 253 | unsigned int irq_base; |
254 | int irq_masks[5]; | 254 | int irq_masks[5]; |
255 | 255 | ||
256 | int num_gpio; | ||
257 | |||
256 | struct mutex auxadc_lock; | 258 | struct mutex auxadc_lock; |
257 | 259 | ||
258 | /* The WM831x has a security key blocking access to certain | 260 | /* The WM831x has a security key blocking access to certain |