diff mbox

[v3,1/3] Input: cyttsp - remove unused irq_gpio from platform_data

Message ID f2e8051d9c1648d75af124e7d92c979590fd8c47.1452447124.git.oreste.salerno@tomtom.com (mailing list archive)
State Changes Requested
Headers show

Commit Message

Oreste Salerno Jan. 10, 2016, 5:36 p.m. UTC
This field is not being used and the irq is anyway passed
via the 'irq' parameter to cyttsp_probe.

Signed-off-by: Oreste Salerno <oreste.salerno@tomtom.com>
---
 include/linux/input/cyttsp.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/include/linux/input/cyttsp.h b/include/linux/input/cyttsp.h
index 5af7c66..d7c2520 100644
--- a/include/linux/input/cyttsp.h
+++ b/include/linux/input/cyttsp.h
@@ -51,7 +51,6 @@  struct cyttsp_platform_data {
 	int (*init)(void);
 	void (*exit)(void);
 	char *name;
-	s16 irq_gpio;
 	u8 *bl_keys;
 };