diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-09-16 14:07:32 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2009-09-17 09:48:18 -0400 |
commit | 37bce07077b0c335d8747f1ddb27ad585434a47e (patch) | |
tree | baf697dc80a83a22261520661b57bd0ba9777bec /include | |
parent | 3860e6c4b93d6a1c2428f0f45c77e083197da2d4 (diff) |
mfd: Convert WM8350 to use request_threaded_irq()
Instead of hand rolling our own variant.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/wm8350/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/wm8350/core.h b/include/linux/mfd/wm8350/core.h index 969b0b55615c..1d595de6a055 100644 --- a/include/linux/mfd/wm8350/core.h +++ b/include/linux/mfd/wm8350/core.h | |||
@@ -626,7 +626,6 @@ struct wm8350 { | |||
626 | struct mutex auxadc_mutex; | 626 | struct mutex auxadc_mutex; |
627 | 627 | ||
628 | /* Interrupt handling */ | 628 | /* Interrupt handling */ |
629 | struct work_struct irq_work; | ||
630 | struct mutex irq_mutex; /* IRQ table mutex */ | 629 | struct mutex irq_mutex; /* IRQ table mutex */ |
631 | struct wm8350_irq irq[WM8350_NUM_IRQ]; | 630 | struct wm8350_irq irq[WM8350_NUM_IRQ]; |
632 | int chip_irq; | 631 | int chip_irq; |