input/buttons: Remove the unused bu_enabled from btn_upperhalf_s

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-02-27 15:55:01 +08:00 committed by Xiang Xiao
parent 70d90340c7
commit 36909f5f6c
1 changed files with 0 additions and 1 deletions

View File

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