summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-multitouch.c
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.com>2024-03-13 21:23:58 +0100
committerJiri Kosina <jkosina@suse.com>2024-03-13 21:23:58 +0100
commit8c9089efd7c7c21f99cb0f4723e9b6ea8b66640a (patch)
tree176a0535fdffd6139692435e5769710f93643e59 /drivers/hid/hid-multitouch.c
parent58cd69cbd364f12166107697774f3d77b058e92e (diff)
parent16d0e1d469cc16aefa8ef745e926eda473a9b221 (diff)
Merge branch 'for-6.9/unused-struct-removal' into for-linus
- removal of unused data structures all over the place (Jiri Slaby)
Diffstat (limited to 'drivers/hid/hid-multitouch.c')
-rw-r--r--drivers/hid/hid-multitouch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
index 3e91e4d6ba6f..04a014cd2a2f 100644
--- a/drivers/hid/hid-multitouch.c
+++ b/drivers/hid/hid-multitouch.c
@@ -130,7 +130,6 @@ struct mt_application {
* > 1 means hybrid (multitouch) protocol
*/
- __s32 dev_time; /* the scan time provided by the device */
unsigned long jiffies; /* the frame's jiffies */
int timestamp; /* the timestamp to be sent */
int prev_scantime; /* scantime reported previously */