aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ehci.h')
-rw-r--r--drivers/usb/host/ehci.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h
index 18e257c2bdb5..86af41c41de1 100644
--- a/drivers/usb/host/ehci.h
+++ b/drivers/usb/host/ehci.h
@@ -89,6 +89,8 @@ struct ehci_hcd { /* one per controller */
89 u32 command; 89 u32 command;
90 90
91 unsigned is_tdi_rh_tt:1; /* TDI roothub with TT */ 91 unsigned is_tdi_rh_tt:1; /* TDI roothub with TT */
92 unsigned no_selective_suspend:1;
93 u8 sbrn; /* packed release number */
92 94
93 /* irq statistics */ 95 /* irq statistics */
94#ifdef EHCI_STATS 96#ifdef EHCI_STATS
@@ -97,7 +99,6 @@ struct ehci_hcd { /* one per controller */
97#else 99#else
98# define COUNT(x) do {} while (0) 100# define COUNT(x) do {} while (0)
99#endif 101#endif
100 u8 sbrn; /* packed release number */
101}; 102};
102 103
103/* convert between an HCD pointer and the corresponding EHCI_HCD */ 104/* convert between an HCD pointer and the corresponding EHCI_HCD */