Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 283a21da authored by Dmitry Torokhov's avatar Dmitry Torokhov Committed by Jiri Kosina
Browse files

HID: remove no longer used hid->open field



Now that all users have migrated to use hid->ll_open_count, we can remove
hid->open field.

Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
Reviewed-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent d9d2401f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -548,7 +548,6 @@ struct hid_device { /* device report descriptor */
	void *hiddev;							/* The hiddev structure */
	void *hidraw;

	int open;							/* is the device open by anyone? */
	char name[128];							/* Device name */
	char phys[64];							/* Device physical location */
	char uniq[64];							/* Device unique identifier (serial #) */