USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phy
[firefly-linux-kernel-4.4.55.git] / drivers / usb / host / ehci.h
index 2694ed6558d2d954c03a4ba3b77eabdc64f9c7f6..85c3572155d1faf992f271b1612e7f7d928ae4d6 100644 (file)
@@ -175,10 +175,6 @@ struct ehci_hcd {                  /* one per controller */
 #ifdef DEBUG
        struct dentry           *debug_dir;
 #endif
-       /*
-        * OTG controllers and transceivers need software interaction
-        */
-       struct usb_phy  *transceiver;
 };
 
 /* convert between an HCD pointer and the corresponding EHCI_HCD */