summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown2013-09-06 18:48:35 +0200
committerLee Jones2013-10-23 17:20:41 +0200
commitdae188c6092a3f085bf7fc335b6c0e0420d3dd8f (patch)
tree0b36c337a7792596fab0e1f16c3e02cbcea1f0d8
parentmfd: tps6586x: Implement irq_set_wake (diff)
downloadkernel-qcow2-linux-dae188c6092a3f085bf7fc335b6c0e0420d3dd8f.tar.gz
kernel-qcow2-linux-dae188c6092a3f085bf7fc335b6c0e0420d3dd8f.tar.xz
kernel-qcow2-linux-dae188c6092a3f085bf7fc335b6c0e0420d3dd8f.zip
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 3fbcf3d4a0fe..eefafa62d304 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;