diff options
Diffstat (limited to 'src/soc/intel/broadwell/ehci.c')
-rw-r--r-- | src/soc/intel/broadwell/ehci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/ehci.c b/src/soc/intel/broadwell/ehci.c index fe223f7d28..e00fa25c2a 100644 --- a/src/soc/intel/broadwell/ehci.c +++ b/src/soc/intel/broadwell/ehci.c @@ -24,7 +24,8 @@ #include <soc/ehci.h> #include <soc/pch.h> -static void usb_ehci_set_subsystem(device_t dev, unsigned vendor, unsigned device) +static void usb_ehci_set_subsystem(device_t dev, unsigned int vendor, + unsigned int device) { u8 access_cntl; |