diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-01-05 08:59:07 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-03-07 16:16:56 -0500 |
commit | f99344fc69c3df46786a39ea4283a4175ea40b3f (patch) | |
tree | 72a3b44540da44d3b42de9b310f758ab50468d6e /include/linux/mfd | |
parent | 0e820ab60118e06db62ef4e55b6dd96db807a34e (diff) |
mfd: Add a data argument to the WM8350 IRQ free function
To better match genirq.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd')
-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, |