Skip to content

Commit b9215e6

Browse files
Jiri Slaby (SUSE)Jiri Kosina
authored andcommitted
HID: hid-multitouch: remove unused mt_application::dev_time
dev_time was moved to struct mt_application in commit f146d1c (HID: multitouch: Store per collection multitouch data), but is not used since then. Remove it. Found by https://github.com/jirislaby/clang-struct. Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org> Cc: Jiri Kosina <jikos@kernel.org> Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
1 parent 0db1674 commit b9215e6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/hid/hid-multitouch.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ struct mt_application {
130130
* > 1 means hybrid (multitouch) protocol
131131
*/
132132

133-
__s32 dev_time; /* the scan time provided by the device */
134133
unsigned long jiffies; /* the frame's jiffies */
135134
int timestamp; /* the timestamp to be sent */
136135
int prev_scantime; /* scantime reported previously */

0 commit comments

Comments
 (0)