]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/musb/musb_core.h
usb: musb: omap2430: use the new generic PHY framework
[karo-tx-linux.git] / drivers / usb / musb / musb_core.h
index 65f3917b4fc5fb55c95bf4157d70a1d7194a110d..d408a9962f66b83d90bed18673206aee58c3bb7c 100644 (file)
@@ -46,6 +46,7 @@
 #include <linux/usb.h>
 #include <linux/usb/otg.h>
 #include <linux/usb/musb.h>
+#include <linux/phy/phy.h>
 
 struct musb;
 struct musb_hw_ep;
@@ -341,6 +342,7 @@ struct musb {
        u16                     int_tx;
 
        struct usb_phy          *xceiv;
+       struct phy              *phy;
 
        int nIrq;
        unsigned                irq_wake:1;