From 36909f5f6c80248bedacdaeba7439247a2d4827a Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sun, 27 Feb 2022 15:55:01 +0800 Subject: [PATCH] input/buttons: Remove the unused bu_enabled from btn_upperhalf_s Signed-off-by: Xiang Xiao --- drivers/input/button_upper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/input/button_upper.c b/drivers/input/button_upper.c index b2d9446e52e..ecb669a6e64 100644 --- a/drivers/input/button_upper.c +++ b/drivers/input/button_upper.c @@ -59,7 +59,6 @@ struct btn_upperhalf_s FAR const struct btn_lowerhalf_s *bu_lower; - btn_buttonset_t bu_enabled; /* Set of currently enabled button interrupts */ btn_buttonset_t bu_sample; /* Last sampled button states */ sem_t bu_exclsem; /* Supports exclusive access to the device */