aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/da9063-irq.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-03-20 18:53:57 +0000
committerLee Jones <lee.jones@linaro.org>2016-04-11 13:31:38 +0100
commit65433fd561f089f232758efc2c6566b6b6febb47 (patch)
tree0d4e357592a12f734f96fcf2bac610108b8677f8 /drivers/mfd/da9063-irq.c
parentLinux 4.6-rc2 (diff)
downloadlinux-dev-65433fd561f089f232758efc2c6566b6b6febb47.tar.xz
linux-dev-65433fd561f089f232758efc2c6566b6b6febb47.zip
mfd: da9063: Remove unused array mask_events_buf
mask_events_buf is not used, so remove this redundant array. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/da9063-irq.c')
-rw-r--r--drivers/mfd/da9063-irq.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mfd/da9063-irq.c b/drivers/mfd/da9063-irq.c
index 26302634633c..0aa760e155ec 100644
--- a/drivers/mfd/da9063-irq.c
+++ b/drivers/mfd/da9063-irq.c
@@ -27,8 +27,6 @@
#define DA9063_REG_EVENT_D_OFFSET 3
#define EVENTS_BUF_LEN 4
-static const u8 mask_events_buf[] = { [0 ... (EVENTS_BUF_LEN - 1)] = ~0 };
-
struct da9063_irq_data {
u16 reg;
u8 mask;