input/djoystick: Remove the unused du_enabled from djoy_upperhalf_s

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

View File

@ -63,7 +63,6 @@ struct djoy_upperhalf_s
FAR const struct djoy_lowerhalf_s *du_lower;
djoy_buttonset_t du_enabled; /* Set of currently enabled button interrupts */
djoy_buttonset_t du_sample; /* Last sampled button states */
sem_t du_exclsem; /* Supports exclusive access to the device */