diff options
Diffstat (limited to 'drivers/usb/host/ehci.h')
-rw-r--r-- | drivers/usb/host/ehci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h index 67988dba9eb7..e763a8399a75 100644 --- a/drivers/usb/host/ehci.h +++ b/drivers/usb/host/ehci.h | |||
@@ -364,7 +364,7 @@ union ehci_shadow { | |||
364 | struct ehci_itd *itd; /* Q_TYPE_ITD */ | 364 | struct ehci_itd *itd; /* Q_TYPE_ITD */ |
365 | struct ehci_sitd *sitd; /* Q_TYPE_SITD */ | 365 | struct ehci_sitd *sitd; /* Q_TYPE_SITD */ |
366 | struct ehci_fstn *fstn; /* Q_TYPE_FSTN */ | 366 | struct ehci_fstn *fstn; /* Q_TYPE_FSTN */ |
367 | u32 *hw_next; /* (all types) */ | 367 | __le32 *hw_next; /* (all types) */ |
368 | void *ptr; | 368 | void *ptr; |
369 | }; | 369 | }; |
370 | 370 | ||