diff options
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r-- | include/linux/usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index ff010d1fd1c7..ae82d9d1112b 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -1543,10 +1543,10 @@ typedef void (*usb_complete_t)(struct urb *); | |||
1543 | struct urb { | 1543 | struct urb { |
1544 | /* private: usb core and host controller only fields in the urb */ | 1544 | /* private: usb core and host controller only fields in the urb */ |
1545 | struct kref kref; /* reference count of the URB */ | 1545 | struct kref kref; /* reference count of the URB */ |
1546 | int unlinked; /* unlink error code */ | ||
1546 | void *hcpriv; /* private data for host controller */ | 1547 | void *hcpriv; /* private data for host controller */ |
1547 | atomic_t use_count; /* concurrent submissions counter */ | 1548 | atomic_t use_count; /* concurrent submissions counter */ |
1548 | atomic_t reject; /* submissions will fail */ | 1549 | atomic_t reject; /* submissions will fail */ |
1549 | int unlinked; /* unlink error code */ | ||
1550 | 1550 | ||
1551 | /* public: documented fields in the urb that can be used by drivers */ | 1551 | /* public: documented fields in the urb that can be used by drivers */ |
1552 | struct list_head urb_list; /* list head for use by the urb's | 1552 | struct list_head urb_list; /* list head for use by the urb's |