usb: renesas_usbhs: modify packet queue control method
[pandora-kernel.git] / drivers / usb / renesas_usbhs / pipe.h
index 1f871b0..535e6aa 100644 (file)
@@ -27,6 +27,7 @@ struct usbhs_pipe {
        u32 pipe_type;  /* USB_ENDPOINT_XFER_xxx */
 
        struct usbhs_priv *priv;
+       struct list_head list;
 
        u32 flags;
 #define USBHS_PIPE_FLAGS_IS_USED               (1 << 0)