diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-06 17:48:35 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-10-23 16:20:41 +0100 |
commit | dae188c6092a3f085bf7fc335b6c0e0420d3dd8f (patch) | |
tree | 0b36c337a7792596fab0e1f16c3e02cbcea1f0d8 /include/linux/mfd | |
parent | 234506ad3f28d5eea85f739f637cde6d9e8f5a88 (diff) |
mfd: wm8994: Remove unused irq_lock
Since the conversion to regmap-irq irq_lock has been unused.
Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/wm8994/core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mfd/wm8994/core.h b/include/linux/mfd/wm8994/core.h index 3fbcf3d4a0f..eefafa62d30 100644 --- a/include/linux/mfd/wm8994/core.h +++ b/include/linux/mfd/wm8994/core.h @@ -56,8 +56,6 @@ struct irq_domain; #define WM8994_IRQ_GPIO(x) (x + WM8994_IRQ_TEMP_WARN) struct wm8994 { - struct mutex irq_lock; - struct wm8994_pdata pdata; enum wm8994_type type; |