Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1298440

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

From Oreste Salerno <oreste.salerno@tomtom.com>
Newsgroups linux.kernel
Subject [PATCH 1/3] Input: cyttsp - remove unused irq_gpio from platform_data
Date 2015-12-28 03:50 +0100
Message-ID <qKw31-3Io-411@gated-at.bofh.it> (permalink)
References <qKw2Q-3Io-207@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 --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;
 };
 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] Add device tree support to the cyttsp driver Oreste Salerno <oreste.salerno@tomtom.com> - 2015-12-28 03:50 +0100
  [PATCH 3/3] Input: cyttsp - add default init function Oreste Salerno <oreste.salerno@tomtom.com> - 2015-12-28 03:50 +0100
  [PATCH 1/3] Input: cyttsp - remove unused irq_gpio from platform_data Oreste Salerno <oreste.salerno@tomtom.com> - 2015-12-28 03:50 +0100
  [PATCH 2/3] Input: cyttsp - add device tree support Oreste Salerno <oreste.salerno@tomtom.com> - 2015-12-28 03:50 +0100

csiph-web