]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/mfd/wm8994/core.h
mfd: Convert wm8994 to use generic regmap irq_chip
[mv-sheeva.git] / include / linux / mfd / wm8994 / core.h
index 4dd4409678ce8d3551c8da83ea4a390cb3adb38c..9eff2a351ec5cb77951e6bf64c902e14c78f40ce 100644 (file)
@@ -67,8 +67,7 @@ struct wm8994 {
        int irq_base;
 
        int irq;
-       u16 irq_masks_cur[WM8994_NUM_IRQ_REGS];
-       u16 irq_masks_cache[WM8994_NUM_IRQ_REGS];
+       struct regmap_irq_chip_data *irq_data;
 
        /* Used over suspend/resume */
        bool suspended;