Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65433fd5 authored by Colin Ian King's avatar Colin Ian King Committed by Lee Jones
Browse files

mfd: da9063: Remove unused array mask_events_buf



mask_events_buf is not used, so remove this redundant array.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 9735a227
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;