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 */