summaryrefslogtreecommitdiff
path: root/include/linux/input
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2021-11-02 16:33:13 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2021-11-02 16:36:28 -0700
commit5fe11512cdc24ccc66ac5da3c815ac9e59449abc (patch)
treec153a469c37dee200d5ac561c65976b146d63abe /include/linux/input
parentc6ac8f0b4ca927316eb40e1e9ba83df5d29f3793 (diff)
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.h10
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