HID: move wait from hid to usbhid
Since only place where this is used is usbhid, move it there. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
1b184cf37f
commit
1d1bdd2000
3 changed files with 10 additions and 11 deletions
|
|
@ -455,8 +455,6 @@ struct hid_device { /* device report descriptor */
|
|||
void *hidraw;
|
||||
int minor; /* Hiddev minor number */
|
||||
|
||||
wait_queue_head_t wait; /* For sleeping */
|
||||
|
||||
int open; /* is the device open by anyone? */
|
||||
char name[128]; /* Device name */
|
||||
char phys[64]; /* Device physical location */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue