diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb/hcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index dbe3cd19ffd8..b8aba196f7f1 100644 --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h | |||
| @@ -506,6 +506,7 @@ struct usb_tt { | |||
| 506 | struct usb_device *hub; /* upstream highspeed hub */ | 506 | struct usb_device *hub; /* upstream highspeed hub */ |
| 507 | int multi; /* true means one TT per port */ | 507 | int multi; /* true means one TT per port */ |
| 508 | unsigned think_time; /* think time in ns */ | 508 | unsigned think_time; /* think time in ns */ |
| 509 | void *hcpriv; /* HCD private data */ | ||
| 509 | 510 | ||
| 510 | /* for control/bulk error recovery (CLEAR_TT_BUFFER) */ | 511 | /* for control/bulk error recovery (CLEAR_TT_BUFFER) */ |
| 511 | spinlock_t lock; | 512 | spinlock_t lock; |
