diff options
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r-- | include/linux/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index 92d63c6b6fc6..5c7b79088add 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -1245,6 +1245,7 @@ struct urb | |||
1245 | void *hcpriv; /* private data for host controller */ | 1245 | void *hcpriv; /* private data for host controller */ |
1246 | atomic_t use_count; /* concurrent submissions counter */ | 1246 | atomic_t use_count; /* concurrent submissions counter */ |
1247 | u8 reject; /* submissions will fail */ | 1247 | u8 reject; /* submissions will fail */ |
1248 | int unlinked; /* unlink error code */ | ||
1248 | 1249 | ||
1249 | /* public: documented fields in the urb that can be used by drivers */ | 1250 | /* public: documented fields in the urb that can be used by drivers */ |
1250 | struct list_head urb_list; /* list head for use by the urb's | 1251 | struct list_head urb_list; /* list head for use by the urb's |