summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/matrix_keypad.c
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2024-05-23 03:39:34 +0300
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2024-05-23 03:39:34 +0300
commit2ec0028a1cadfb88d912435c1eb1ac5de76071f0 (patch)
treeb60ed6b29f5fba75d6f1c18c832aa6596a23d008 /drivers/input/keyboard/matrix_keypad.c
parent0537c8eef4f699aacdeb67c6181c66cccd63c7f5 (diff)
parent832f54c9ccd3a3f32d1db905462d3c58b4df52bd (diff)
downloadlinux-2ec0028a1cadfb88d912435c1eb1ac5de76071f0.tar.xz
Merge branch 'next' into for-linus
Prepare input updates for 6.10 merge window.
Diffstat (limited to 'drivers/input/keyboard/matrix_keypad.c')
-rw-r--r--drivers/input/keyboard/matrix_keypad.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/keyboard/matrix_keypad.c b/drivers/input/keyboard/matrix_keypad.c
index 695c03e075b5..7a56f3d3aacd 100644
--- a/drivers/input/keyboard/matrix_keypad.c
+++ b/drivers/input/keyboard/matrix_keypad.c
@@ -37,7 +37,6 @@ struct matrix_keypad {
spinlock_t lock;
bool scan_pending;
bool stopped;
- bool gpio_all_disabled;
};
/*