aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2008-03-19 16:55:04 -0400
committerJiri Kosina <jkosina@suse.cz>2008-04-22 05:34:57 -0400
commit1d1bdd20008416a744c0c844e231e7ba69c11699 (patch)
tree9b1b1cd36ed6e207402a28613216e514c3783dc8 /include
parent1b184cf37f5cf098f07725b483a2055e95725476 (diff)
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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/hid.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h
index 69ba58434dcb..9db600f72e2a 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -455,8 +455,6 @@ struct hid_device { /* device report descriptor */
455 void *hidraw; 455 void *hidraw;
456 int minor; /* Hiddev minor number */ 456 int minor; /* Hiddev minor number */
457 457
458 wait_queue_head_t wait; /* For sleeping */
459
460 int open; /* is the device open by anyone? */ 458 int open; /* is the device open by anyone? */
461 char name[128]; /* Device name */ 459 char name[128]; /* Device name */
462 char phys[64]; /* Device physical location */ 460 char phys[64]; /* Device physical location */