diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2023-07-24 08:30:18 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2023-07-29 04:04:14 +0300 |
commit | 687fe7dfb736b03ab820d172ea5dbfc1ec447135 (patch) | |
tree | c647790224e680ae8f0d2d3ed46f5ef7d1bb57ee /include/linux/tca6416_keypad.h | |
parent | fe45d12745d61fd333e56c1c25c060350a520a39 (diff) | |
download | linux-687fe7dfb736b03ab820d172ea5dbfc1ec447135.tar.xz |
Input: tca6416-keypad - always expect proper IRQ number in i2c client
Remove option having i2c client contain raw gpio number instead of proper
IRQ number. There are no users of this facility in mainline and it will
allow cleaning up the driver code with regard to wakeup handling, etc.
Link: https://lore.kernel.org/r/20230724053024.352054-1-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/linux/tca6416_keypad.h')
-rw-r--r-- | include/linux/tca6416_keypad.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tca6416_keypad.h b/include/linux/tca6416_keypad.h index b0d36a9934cc..5cf6f6f82aa7 100644 --- a/include/linux/tca6416_keypad.h +++ b/include/linux/tca6416_keypad.h @@ -25,7 +25,6 @@ struct tca6416_keys_platform_data { unsigned int rep:1; /* enable input subsystem auto repeat */ uint16_t pinmask; uint16_t invert; - int irq_is_gpio; int use_polling; /* use polling if Interrupt is not connected*/ }; #endif |