diff options
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r-- | include/linux/usb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index 1c56386de709..3b08ab39550f 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -1110,7 +1110,6 @@ struct urb | |||
1110 | struct kref kref; /* reference count of the URB */ | 1110 | struct kref kref; /* reference count of the URB */ |
1111 | spinlock_t lock; /* lock for the URB */ | 1111 | spinlock_t lock; /* lock for the URB */ |
1112 | void *hcpriv; /* private data for host controller */ | 1112 | void *hcpriv; /* private data for host controller */ |
1113 | int bandwidth; /* bandwidth for INT/ISO request */ | ||
1114 | atomic_t use_count; /* concurrent submissions counter */ | 1113 | atomic_t use_count; /* concurrent submissions counter */ |
1115 | u8 reject; /* submissions will fail */ | 1114 | u8 reject; /* submissions will fail */ |
1116 | 1115 | ||