diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-02-19 17:21:56 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-04-05 08:52:33 -0700 |
commit | d99caa472c0a28dc95dd9b98c30ee46f9755181f (patch) | |
tree | f4c559efc86cc8d93168714105e9ef8f408eaaa3 /include | |
parent | d422be5f62ef7986d00afa4cd31eda5534ab7991 (diff) | |
download | linux-d99caa472c0a28dc95dd9b98c30ee46f9755181f.tar.gz linux-d99caa472c0a28dc95dd9b98c30ee46f9755181f.tar.bz2 linux-d99caa472c0a28dc95dd9b98c30ee46f9755181f.zip |
Input: eeti_ts - switch to gpiod API
gpiod API allows standard way of specifying GPIO polarity and takes it into
account when reading or setting GPIO state. It also allows us to switch to
common way of obtaining GPIO descriptor and away form legacy platform data.
Reviewed-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/input/eeti_ts.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/input/eeti_ts.h b/include/linux/input/eeti_ts.h deleted file mode 100644 index 16625d799b6f..000000000000 --- a/include/linux/input/eeti_ts.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef LINUX_INPUT_EETI_TS_H -#define LINUX_INPUT_EETI_TS_H - -struct eeti_ts_platform_data { - int irq_gpio; - unsigned int irq_active_high; -}; - -#endif /* LINUX_INPUT_EETI_TS_H */ - |