aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2005-01-10 17:23:55 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-10 17:23:55 -0800
commitb32012aee1a371e5beb5535950867d3a279b1273 (patch)
tree13ff59f8d33ebb2b062eed9d5f3f75c1ffbdd073 /drivers
parentddc4d0ac8ae6aa1d957d69573682eb65c9b04196 (diff)
downloadhistory-b32012aee1a371e5beb5535950867d3a279b1273.tar.gz
[PATCH] synaptics: Remove unused struct member variable
This patch removes an unused variable in the synaptics_data struct and deletes a no longer helpful comment. I don't think this has been used since the very first synaptics kernel patch I submitted that did all processing in kernel space instead of delegating most of it to the X server. Signed-off-by: Peter Osterlund <petero2@telia.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/input/mouse/synaptics.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/input/mouse/synaptics.h b/drivers/input/mouse/synaptics.h
index 1e7f9922d18d42..3df65bbcf25984 100644
--- a/drivers/input/mouse/synaptics.h
+++ b/drivers/input/mouse/synaptics.h
@@ -101,8 +101,6 @@ struct synaptics_data {
unsigned long int ext_cap; /* Extended Capabilities */
unsigned long int identity; /* Identification */
- /* Data for normal processing */
- int old_w; /* Previous w value */
unsigned char pkt_type; /* packet type - old, new, etc */
unsigned char mode; /* current mode byte */
};