usb: dwc3: gadget: rework the dequeue on RESET & DISCONNECT
[pandora-kernel.git] / drivers / usb / dwc3 / core.h
index 01892b1..6c1ff7a 100644 (file)
@@ -348,7 +348,6 @@ struct dwc3_ep {
 #define DWC3_EP_WEDGE          (1 << 2)
 #define DWC3_EP_BUSY           (1 << 4)
 #define DWC3_EP_PENDING_REQUEST        (1 << 5)
-#define DWC3_EP_WILL_SHUTDOWN  (1 << 6)
 
        /* This last one is specific to EP0 */
 #define DWC3_EP0_DIR_IN                (1 << 31)