diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/hid.h | 2 |
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 */ |