diff options
Diffstat (limited to 'drivers/usb/host/ehci.h')
-rw-r--r-- | drivers/usb/host/ehci.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h index bf92d209a1a9..3cb482308343 100644 --- a/drivers/usb/host/ehci.h +++ b/drivers/usb/host/ehci.h | |||
@@ -112,7 +112,6 @@ struct ehci_hcd { /* one per controller */ | |||
112 | u32 command; | 112 | u32 command; |
113 | 113 | ||
114 | /* SILICON QUIRKS */ | 114 | /* SILICON QUIRKS */ |
115 | unsigned is_tdi_rh_tt:1; /* TDI roothub with TT */ | ||
116 | unsigned no_selective_suspend:1; | 115 | unsigned no_selective_suspend:1; |
117 | unsigned has_fsl_port_bug:1; /* FreeScale */ | 116 | unsigned has_fsl_port_bug:1; /* FreeScale */ |
118 | unsigned big_endian_mmio:1; | 117 | unsigned big_endian_mmio:1; |
@@ -678,7 +677,7 @@ struct ehci_fstn { | |||
678 | * needed (mostly in root hub code). | 677 | * needed (mostly in root hub code). |
679 | */ | 678 | */ |
680 | 679 | ||
681 | #define ehci_is_TDI(e) ((e)->is_tdi_rh_tt) | 680 | #define ehci_is_TDI(e) (ehci_to_hcd(e)->has_tt) |
682 | 681 | ||
683 | /* Returns the speed of a device attached to a port on the root hub. */ | 682 | /* Returns the speed of a device attached to a port on the root hub. */ |
684 | static inline unsigned int | 683 | static inline unsigned int |