diff options
Diffstat (limited to 'drivers/usb/host/ehci.h')
-rw-r--r-- | drivers/usb/host/ehci.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h index fa3129fe1ee..e4feec3457f 100644 --- a/drivers/usb/host/ehci.h +++ b/drivers/usb/host/ehci.h | |||
@@ -75,6 +75,7 @@ struct ehci_hcd { /* one per controller */ | |||
75 | struct ehci_qh *async; | 75 | struct ehci_qh *async; |
76 | struct ehci_qh *dummy; /* For AMD quirk use */ | 76 | struct ehci_qh *dummy; /* For AMD quirk use */ |
77 | struct ehci_qh *reclaim; | 77 | struct ehci_qh *reclaim; |
78 | struct ehci_qh *qh_scan_next; | ||
78 | unsigned scanning : 1; | 79 | unsigned scanning : 1; |
79 | 80 | ||
80 | /* periodic schedule support */ | 81 | /* periodic schedule support */ |
@@ -119,7 +120,6 @@ struct ehci_hcd { /* one per controller */ | |||
119 | struct timer_list iaa_watchdog; | 120 | struct timer_list iaa_watchdog; |
120 | struct timer_list watchdog; | 121 | struct timer_list watchdog; |
121 | unsigned long actions; | 122 | unsigned long actions; |
122 | unsigned stamp; | ||
123 | unsigned periodic_stamp; | 123 | unsigned periodic_stamp; |
124 | unsigned random_frame; | 124 | unsigned random_frame; |
125 | unsigned long next_statechange; | 125 | unsigned long next_statechange; |
@@ -345,6 +345,7 @@ struct ehci_qh { | |||
345 | struct ehci_qh *reclaim; /* next to reclaim */ | 345 | struct ehci_qh *reclaim; /* next to reclaim */ |
346 | 346 | ||
347 | struct ehci_hcd *ehci; | 347 | struct ehci_hcd *ehci; |
348 | unsigned long unlink_time; | ||
348 | 349 | ||
349 | /* | 350 | /* |
350 | * Do NOT use atomic operations for QH refcounting. On some CPUs | 351 | * Do NOT use atomic operations for QH refcounting. On some CPUs |