Skip to content
Snippets Groups Projects
Commit 5fe11512 authored by Jonathan Corbet's avatar Jonathan Corbet Committed by Dmitry Torokhov
Browse files

Input: remove unused header <linux/input/cy8ctmg110_pdata.h>


Commit 83b41248 ("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: default avatarJonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20211102220203.940290-6-corbet@lwn.net


Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent c6ac8f0b
No related branches found
No related tags found
No related merge requests found
/* 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment