summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci.h
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2009-12-15 17:23:41 -0800
committerGary King <gking@nvidia.com>2009-12-15 19:51:23 -0800
commit3c3b63297cc5072cc47f23ee9fee6162dbd8c6c4 (patch)
treee8d5bfac4a8487c91c75dd843a36ee1e83b52804 /drivers/usb/host/ehci.h
parent83a67ada16e32193fce401dd09bc8e43d0be02f7 (diff)
ehci: controller_resets_phy was missing a semicolon, simple fix
Change-Id: I2ed267fc2e68dc9455b396b8d2b39e681abb7ff1
Diffstat (limited to 'drivers/usb/host/ehci.h')
-rw-r--r--drivers/usb/host/ehci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h
index 29751fca0871..3126273c95ea 100644
--- a/drivers/usb/host/ehci.h
+++ b/drivers/usb/host/ehci.h
@@ -125,7 +125,7 @@ struct ehci_hcd { /* one per controller */
unsigned big_endian_mmio:1;
unsigned big_endian_desc:1;
unsigned has_amcc_usb23:1;
- unsigned controller_resets_phy:1
+ unsigned controller_resets_phy:1;
/* required for usb32 quirk */
#define OHCI_CTRL_HCFS (3 << 6)