diff options
Diffstat (limited to 'drivers/usb/chipidea/ci.h')
-rw-r--r-- | drivers/usb/chipidea/ci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/chipidea/ci.h b/drivers/usb/chipidea/ci.h index 9655e3569d4c..d738603a2757 100644 --- a/drivers/usb/chipidea/ci.h +++ b/drivers/usb/chipidea/ci.h | |||
@@ -160,6 +160,8 @@ struct ci13xxx { | |||
160 | 160 | ||
161 | struct ci13xxx_platform_data *platdata; | 161 | struct ci13xxx_platform_data *platdata; |
162 | int vbus_active; | 162 | int vbus_active; |
163 | /* FIXME: some day, we'll not use global phy */ | ||
164 | bool global_phy; | ||
163 | struct usb_phy *transceiver; | 165 | struct usb_phy *transceiver; |
164 | struct usb_hcd *hcd; | 166 | struct usb_hcd *hcd; |
165 | }; | 167 | }; |