aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ehci.h')
-rw-r--r--drivers/usb/host/ehci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h
index f83472856a80..42969e9d8c44 100644
--- a/drivers/usb/host/ehci.h
+++ b/drivers/usb/host/ehci.h
@@ -602,7 +602,6 @@ struct ehci_itd {
602 unsigned frame; /* where scheduled */ 602 unsigned frame; /* where scheduled */
603 unsigned pg; 603 unsigned pg;
604 unsigned index[8]; /* in urb->iso_frame_desc */ 604 unsigned index[8]; /* in urb->iso_frame_desc */
605 u8 usecs[8];
606} __attribute__ ((aligned (32))); 605} __attribute__ ((aligned (32)));
607 606
608/*-------------------------------------------------------------------------*/ 607/*-------------------------------------------------------------------------*/