summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2021-10-28 17:12:30 -0600
committerJonathan Corbet <corbet@lwn.net>2021-10-28 17:12:30 -0600
commit130b472e8a8d86482b285161faa41c2ab1147124 (patch)
tree2105ff05337b5ec83076f1bd4b8814e3ce2419e2
parent43b80b1894e3a45cd3994d6065bf117255544c0d (diff)
downloadlwn-130b472e8a8d86482b285161faa41c2ab1147124.tar.gz
lwn-130b472e8a8d86482b285161faa41c2ab1147124.zip
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. Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-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