X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Finclude%2Flinux%2Fusb%2Fehci_def.h;fp=kernel%2Finclude%2Flinux%2Fusb%2Fehci_def.h;h=e479033bd7829148de1a63928c6db99ed91295aa;hb=52f993b8e89487ec9ee15a7fb4979e0f09a45b27;hp=966889a20ea375a29fdba96ab2615babf073e8d5;hpb=c189ccac5702322ed843fe17057035b7222a59b6;p=kvmfornfv.git diff --git a/kernel/include/linux/usb/ehci_def.h b/kernel/include/linux/usb/ehci_def.h index 966889a20..e479033bd 100644 --- a/kernel/include/linux/usb/ehci_def.h +++ b/kernel/include/linux/usb/ehci_def.h @@ -180,11 +180,11 @@ struct ehci_regs { * PORTSCx */ /* HOSTPC: offset 0x84 */ - u32 hostpc[1]; /* HOSTPC extension */ + u32 hostpc[0]; /* HOSTPC extension */ #define HOSTPC_PHCD (1<<22) /* Phy clock disable */ #define HOSTPC_PSPD (3<<25) /* Port speed detection */ - u32 reserved5[16]; + u32 reserved5[17]; /* USBMODE_EX: offset 0xc8 */ u32 usbmode_ex; /* USB Device mode extension */