input/ajoystick: Remove the unused au_enabled from ajoy_upperhalf_s

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-02-27 15:56:32 +08:00 committed by Xiang Xiao
parent 478b292a87
commit f4b1b1262f
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ struct ajoy_upperhalf_s
FAR const struct ajoy_lowerhalf_s *au_lower;
ajoy_buttonset_t au_enabled; /* Set of currently enabled button interrupts */
ajoy_buttonset_t au_sample; /* Last sampled button states */
sem_t au_exclsem; /* Supports exclusive access to the device */