]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - drivers/usb/musb/musb_core.h
USB: musb: rewrite host periodic endpoint allocation
[linux-2.6.git] / drivers / usb / musb / musb_core.h
index 630946a2d9fce2db69bd9a7cd2ab68d513ade60f..adf1806007ffe58c027726008b95daebf15588ce 100644 (file)
@@ -331,7 +331,6 @@ struct musb {
        struct list_head        control;        /* of musb_qh */
        struct list_head        in_bulk;        /* of musb_qh */
        struct list_head        out_bulk;       /* of musb_qh */
-       struct musb_qh          *periodic[32];  /* tree of interrupt+iso */
 #endif
 
        /* called with IRQs blocked; ON/nonzero implies starting a session,