summaryrefslogtreecommitdiffstats
path: root/include/usb/ehci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb/ehci.h')
-rw-r--r--include/usb/ehci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb/ehci.h b/include/usb/ehci.h
index 93f980d34f..1008e92f02 100644
--- a/include/usb/ehci.h
+++ b/include/usb/ehci.h
@@ -11,6 +11,7 @@ struct ehci_data {
void __iomem *hccr;
void __iomem *hcor;
unsigned long flags;
+ struct usb_phy *usbphy;
/* platform specific init functions */
int (*init)(void *drvdata);