aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-09-06 17:48:35 +0100
committerLee Jones <lee.jones@linaro.org>2013-10-23 16:20:41 +0100
commitdae188c6092a3f085bf7fc335b6c0e0420d3dd8f (patch)
tree0b36c337a7792596fab0e1f16c3e02cbcea1f0d8
parent234506ad3f28d5eea85f739f637cde6d9e8f5a88 (diff)
downloadmfd-next-dae188c6092a3f085bf7fc335b6c0e0420d3dd8f.tar.gz
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>
-rw-r--r--include/linux/mfd/wm8994/core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mfd/wm8994/core.h b/include/linux/mfd/wm8994/core.h
index 3fbcf3d4a0fec..eefafa62d3044 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;