aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-hcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/uhci-hcd.h')
-rw-r--r--drivers/usb/host/uhci-hcd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/host/uhci-hcd.h b/drivers/usb/host/uhci-hcd.h
index 3093ca250942..90ef7fbbf2fb 100644
--- a/drivers/usb/host/uhci-hcd.h
+++ b/drivers/usb/host/uhci-hcd.h
@@ -228,7 +228,6 @@ struct uhci_td {
228 dma_addr_t dma_handle; 228 dma_addr_t dma_handle;
229 229
230 struct list_head list; 230 struct list_head list;
231 struct list_head remove_list;
232 231
233 int frame; /* for iso: what frame? */ 232 int frame; /* for iso: what frame? */
234 struct list_head fl_list; 233 struct list_head fl_list;
@@ -420,10 +419,6 @@ struct uhci_hcd {
420 unsigned long resuming_ports; 419 unsigned long resuming_ports;
421 unsigned long ports_timeout; /* Time to stop signalling */ 420 unsigned long ports_timeout; /* Time to stop signalling */
422 421
423 /* List of TDs that are done, but waiting to be freed (race) */
424 struct list_head td_remove_list;
425 unsigned int td_remove_age; /* Age in frames */
426
427 struct list_head idle_qh_list; /* Where the idle QHs live */ 422 struct list_head idle_qh_list; /* Where the idle QHs live */
428 423
429 int rh_numports; /* Number of root-hub ports */ 424 int rh_numports; /* Number of root-hub ports */