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) <[email protected]> Cc: Jiri Kosina <[email protected]> Cc: Benjamin Tissoires <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 0db1674 commit b9215e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)