diff options
author | Jonathan Corbet <corbet@lwn.net> | 2021-11-03 02:33:13 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2021-11-03 02:36:28 +0300 |
commit | 5fe11512cdc24ccc66ac5da3c815ac9e59449abc (patch) | |
tree | c153a469c37dee200d5ac561c65976b146d63abe /include/linux/input | |
parent | c6ac8f0b4ca927316eb40e1e9ba83df5d29f3793 (diff) | |
download | linux-5fe11512cdc24ccc66ac5da3c815ac9e59449abc.tar.xz |
Input: remove unused header <linux/input/cy8ctmg110_pdata.h>
Commit 83b41248ed04 ("Input: cy8ctmg110_ts - switch to using gpiod API")
remove the last use of <linux/input/cy8ctmg110_pdata.h> but left the header
file behind. Nothing uses it now, delete it.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20211102220203.940290-6-corbet@lwn.net
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/linux/input')
-rw-r--r-- | include/linux/input/cy8ctmg110_pdata.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/input/cy8ctmg110_pdata.h b/include/linux/input/cy8ctmg110_pdata.h deleted file mode 100644 index ee1d44545f30..000000000000 --- a/include/linux/input/cy8ctmg110_pdata.h +++ /dev/null @@ -1,10 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef _LINUX_CY8CTMG110_PDATA_H -#define _LINUX_CY8CTMG110_PDATA_H - -struct cy8ctmg110_pdata -{ - int reset_pin; /* Reset pin is wired to this GPIO (optional) */ -}; - -#endif |