diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2021-06-06 03:04:25 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2021-06-06 06:34:06 +0300 |
commit | 6abee582034c123d995cd454a1ccdcf0b8699da0 (patch) | |
tree | 4d0a1ec87ddb32c1b732af8a995baa435a79edb0 /include/linux/input | |
parent | 6cdc1ef84eacca85642828840f2ec4f84130c9b6 (diff) | |
download | linux-6abee582034c123d995cd454a1ccdcf0b8699da0.tar.xz |
Input: cy8ctmg110_ts - rely on platform code to supply interrupt
Instead of using platform data to specify GPIO that is used as interrupt
source, rely on the platform and I2C core to set it up properly.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210603043726.3793876-1-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/linux/input')
-rw-r--r-- | include/linux/input/cy8ctmg110_pdata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/input/cy8ctmg110_pdata.h b/include/linux/input/cy8ctmg110_pdata.h index 77582ae1745a..ee1d44545f30 100644 --- a/include/linux/input/cy8ctmg110_pdata.h +++ b/include/linux/input/cy8ctmg110_pdata.h @@ -5,7 +5,6 @@ struct cy8ctmg110_pdata { int reset_pin; /* Reset pin is wired to this GPIO (optional) */ - int irq_pin; /* IRQ pin is wired to this GPIO */ }; #endif |