diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/wm8350/core.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mfd/wm8350/core.h b/include/linux/mfd/wm8350/core.h index 43868899bf49..8883125ddea1 100644 --- a/include/linux/mfd/wm8350/core.h +++ b/include/linux/mfd/wm8350/core.h | |||
| @@ -680,7 +680,8 @@ int wm8350_block_write(struct wm8350 *wm8350, int reg, int size, u16 *src); | |||
| 680 | int wm8350_register_irq(struct wm8350 *wm8350, int irq, | 680 | int wm8350_register_irq(struct wm8350 *wm8350, int irq, |
| 681 | irq_handler_t handler, unsigned long flags, | 681 | irq_handler_t handler, unsigned long flags, |
| 682 | const char *name, void *data); | 682 | const char *name, void *data); |
| 683 | int wm8350_free_irq(struct wm8350 *wm8350, int irq); | 683 | int wm8350_free_irq(struct wm8350 *wm8350, int irq, void *data); |
| 684 | |||
| 684 | int wm8350_mask_irq(struct wm8350 *wm8350, int irq); | 685 | int wm8350_mask_irq(struct wm8350 *wm8350, int irq); |
| 685 | int wm8350_unmask_irq(struct wm8350 *wm8350, int irq); | 686 | int wm8350_unmask_irq(struct wm8350 *wm8350, int irq); |
| 686 | int wm8350_irq_init(struct wm8350 *wm8350, int irq, | 687 | int wm8350_irq_init(struct wm8350 *wm8350, int irq, |
