diff options
Diffstat (limited to 'drivers/usb/storage/usb.h')
| -rw-r--r-- | drivers/usb/storage/usb.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/usb/storage/usb.h b/drivers/usb/storage/usb.h index 6445665b1577..8d87503e2560 100644 --- a/drivers/usb/storage/usb.h +++ b/drivers/usb/storage/usb.h | |||
| @@ -150,6 +150,7 @@ struct us_data { | |||
| 150 | struct semaphore sema; /* to sleep thread on */ | 150 | struct semaphore sema; /* to sleep thread on */ | 
| 151 | struct completion notify; /* thread begin/end */ | 151 | struct completion notify; /* thread begin/end */ | 
| 152 | wait_queue_head_t delay_wait; /* wait during scan, reset */ | 152 | wait_queue_head_t delay_wait; /* wait during scan, reset */ | 
| 153 | struct completion scanning_done; /* wait for scan thread */ | ||
| 153 | 154 | ||
| 154 | /* subdriver information */ | 155 | /* subdriver information */ | 
| 155 | void *extra; /* Any extra data */ | 156 | void *extra; /* Any extra data */ | 
